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 4410cd2 commit 0c9f392Copy full SHA for 0c9f392
1 file changed
.github/workflows/docker.yml
@@ -32,16 +32,16 @@ jobs:
32
VERSION=$(grep '"version":' package.json -m1 | cut -d\" -f4)
33
echo "version=$VERSION" >> $GITHUB_OUTPUT
34
- name: Set up QEMU
35
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
36
- name: Set up Docker Buildx
37
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
38
- name: Login to DockerHub
39
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
40
with:
41
username: ${{ secrets.DOCKER_USERNAME }}
42
password: ${{ secrets.DOCKER_TOKEN }}
43
- name: Login to GitHub Container Registry
44
45
46
registry: ghcr.io
47
username: ${{ github.actor }}
0 commit comments