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.
1 parent 92de030 commit b1a3c7dCopy full SHA for b1a3c7d
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Build Docker image
16
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
17
with:
18
context: .
19
tags: ${{ github.repository }}:test
.github/workflows/deploy.yml
@@ -58,7 +58,7 @@ jobs:
58
type=raw,value=${{ matrix.env }}-{{ date 'YYYYMMDDThhmmss' }}
59
60
- name: Build and push Docker image
61
62
63
64
platforms: linux/amd64,linux/arm64
0 commit comments