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 c8df7e6 commit 29f00f9Copy full SHA for 29f00f9
.github/workflows/docker-build-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Docker Buildx
20
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
21
- name: Log in to the Container registry
22
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
23
with:
24
registry: ${{ env.REGISTRY }}
25
username: ${{ github.actor }}
0 commit comments