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 72d3e51 commit 16bfd46Copy full SHA for 16bfd46
.github/workflows/docker-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Check out the repo
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
21
- name: Docker login
22
run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
23
- name: Build image
0 commit comments