We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0633d commit 75305f4Copy full SHA for 75305f4
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
- run: poetry install
13
- name: Log into Dockerhub
14
if: github.event_name == 'push'
15
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
16
with:
17
username: assaflavie
18
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments