We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc1e442 + 9fe2aa8 commit 481934fCopy full SHA for 481934f
1 file changed
.github/workflows/cd.docker.yml
@@ -82,7 +82,7 @@ jobs:
82
username: ${{ secrets.DOCKER_USER_NAME }}
83
password: ${{ secrets.DOCKER_TOKEN }}
84
85
- - uses: docker/metadata-action@v5
+ - uses: docker/metadata-action@v6
86
id: meta
87
with:
88
images: pkgxdev/pkgx
@@ -95,8 +95,8 @@ jobs:
95
type=raw,value=${{ matrix.x.variety }}
96
if: ${{ matrix.x.variety == 'debian' }}
97
98
- - uses: docker/setup-qemu-action@v3
99
- uses: docker/setup-buildx-action@v4
+ - uses: docker/setup-qemu-action@v4
100
101
- name: docker/buildx
102
run: |
0 commit comments