Skip to content

Commit 672ef26

Browse files
authored
Update docker-publish.yml
1 parent 856c42a commit 672ef26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Set up Docker Buildx
2222
uses: docker/setup-buildx-action@v2
2323
- name: Log in to Docker Hub
@@ -32,3 +32,4 @@ jobs:
3232
context: .
3333
push: true
3434
tags: ${{ env.IMAGE_NAME }}:1.${{ github.run_number }}
35+

0 commit comments

Comments
 (0)