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 9e7fbf3 + eb6fa48 commit 5bca1ffCopy full SHA for 5bca1ff
.github/workflows/ci-docker.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: docker/setup-qemu-action@v3
18
- uses: docker/setup-buildx-action@v2
19
- id: meta
20
- uses: docker/metadata-action@v4
+ uses: docker/metadata-action@v5
21
with:
22
images: ${{ env.GHCR_IMAGE_NAME }}
23
- name: build
.github/workflows/publish.yml
@@ -89,7 +89,7 @@ jobs:
89
password: ${{ secrets.GITHUB_TOKEN }}
90
registry: ghcr.io
91
92
93
94
images: |
95
blinklabs/snek
0 commit comments