modified: .gitea/workflows/devops-image-deploy.yaml
All checks were successful
/ build-docker-image (push) Successful in 9s

modified:   devops/Dockerfile
This commit is contained in:
2025-11-19 22:49:38 +00:00
parent 225a05dde2
commit 22a2021b9a
2 changed files with 7 additions and 1 deletions

View File

@@ -22,6 +22,9 @@ jobs:
username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
- name: Set build timestamp
run: echo "BUILD_TIMESTAMP=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
- name: Build and push Docker images
id: push
uses: docker/build-push-action@v6
@@ -29,4 +32,6 @@ jobs:
context: ${{gitea.workspace}}/devops
file: ${{gitea.workspace}}/devops/Dockerfile
push: true
labels: |
dev.containers.timestamp=${{ env.BUILD_TIMESTAMP }}
tags: git.limbosolutions.com/mylimbo/devcontainers/devops:latest