We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a598ae8 + bdc5a48 commit 529ed1aCopy full SHA for 529ed1a
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v4
40
41
- name: Build Docker Image
42
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
43
with:
44
push: false
45
build-args: |
.github/workflows/weekly-release.yaml
@@ -36,7 +36,7 @@ jobs:
36
echo build_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") >> $GITHUB_ENV
37
38
- name: Build and push to DockerHub registry
platforms: linux/amd64,linux/arm64
push: true
0 commit comments