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 684443c + fb02b10 commit be78b0dCopy full SHA for be78b0d
.github/workflows/ci-docker.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: docker/setup-qemu-action@v3
19
- uses: docker/setup-buildx-action@v3
20
- id: meta
21
- uses: docker/metadata-action@v4
+ uses: docker/metadata-action@v5
22
with:
23
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
24
- name: build
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
username: ${{ github.actor }}
32
password: ${{ secrets.GITHUB_TOKEN }}
33
34
- uses: docker/metadata-action@v3
35
36
images: |
37
blinklabs/go
0 commit comments