Skip to content

Commit

Permalink
update docker/build-push-action@v6 and set BUILD_TIME
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHenryThoreau committed Oct 24, 2024
1 parent 0701d29 commit 5a8491d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set BUILD_TIME env
run: echo BUILD_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ") >> ${GITHUB_ENV}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -49,7 +51,7 @@ jobs:
type=semver,pattern=release
type=sha
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 5a8491d

Please sign in to comment.