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 8f1fc15 commit cba390dCopy full SHA for cba390d
.github/workflows/nginx_image.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
-
16
name: Checkout Repo.
17
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
18
19
name: Login to DockerHub
20
uses: docker/login-action@v1
.github/workflows/releaseWorkflow.yml
@@ -9,7 +9,7 @@ jobs:
9
Create-new-Release:
10
runs-on: ubuntu-latest
11
12
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
13
- name: get version
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} # pls dont ask me why it has to work like this.
0 commit comments