We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67f17a commit d27a386Copy full SHA for d27a386
.github/workflows/publish-container.yml
@@ -125,14 +125,14 @@ jobs:
125
126
- name: 🏗 Log into docker hub registry
127
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }}
128
- uses: docker/login-action@v3.0.0
+ uses: docker/login-action@v3.1.0
129
with:
130
username: ${{env.USER}}
131
password: ${{secrets.DOCKER_HUB_TOKEN}}
132
133
- name: 🏗 Log into ghcr.io registry
134
135
136
137
registry: ghcr.io
138
0 commit comments