There was an error while loading. Please reload this page.
1 parent 40df8e2 commit 6b984e0Copy full SHA for 6b984e0
1 file changed
.github/workflows/publish-containers.yml
@@ -45,12 +45,12 @@ jobs:
45
- name: Set up QEMU
46
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v41.0
47
- name: Login to Docker Hub
48
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
49
with:
50
username: ${{ secrets.DOCKER_HUB_USERNAME }}
51
password: ${{ secrets.DOCKER_HUB_TOKEN }}
52
- name: Login to GitHub Container Registry
53
54
55
registry: ghcr.io
56
username: ${{ github.actor }}
0 commit comments