Skip to content

Commit

Permalink
Upgrade olegtarasov/get-tag cause set-env is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Feb 8, 2022
1 parent 36252d7 commit 2d154e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: "actions/checkout@v2"

- name: "Grab version number"
uses: "olegtarasov/get-tag@v1"
uses: "olegtarasov/get-tag@v2.1"
id: "tagName"

- name: "Build Docker image"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: "actions/checkout@v2"

- name: "Grab version number"
uses: "olegtarasov/get-tag@v1"
uses: "olegtarasov/get-tag@v2.1"
id: "tagName"

- name: "Build Docker image"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: "actions/checkout@v2"

- name: "Grab version number"
uses: "olegtarasov/get-tag@v1"
uses: "olegtarasov/get-tag@v2.1"
id: "tagName"

- name: "Build Docker image"
Expand All @@ -48,4 +48,4 @@ jobs:
# run: "docker push extdn/${{ matrix.actions-with-docker-image }}-action:${{ steps.tagName.outputs.tag }}"

- name: "Docker Logout"
run: "docker logout"
run: "docker logout"
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: "actions/checkout@v2"

- name: "Grab version number"
uses: "olegtarasov/get-tag@v1"
uses: "olegtarasov/get-tag@v2.1"
id: "tagName"

- name: "Build Docker image"
Expand Down

0 comments on commit 2d154e1

Please sign in to comment.