We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234bc9d commit 734a308Copy full SHA for 734a308
1 file changed
.github/workflows/publish_docker_images.yml
@@ -8,12 +8,11 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@master
12
+ - uses: actions/checkout@v3
13
with:
14
fetch-depth: '0'
15
- name: Bump version and push tag
16
- uses: anothrNick/github-tag-action@1.17.2
+ uses: anothrNick/github-tag-action@1.36.0
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
WITH_V: true
0 commit comments