Skip to content

Commit

Permalink
chore: Add missing uses: actions/checkout@v2 for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Oct 16, 2021
1 parent fbf3125 commit efcc145
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -131,6 +131,8 @@ jobs:
- name: Get tag name
run: tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
id: tag
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
Expand All @@ -150,6 +152,8 @@ jobs:
- name: Get tag name
run: tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
id: tag
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
Expand All @@ -172,6 +176,8 @@ jobs:
- name: Get tag name
run: tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
id: tag
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub
# https://github.com/docker/build-push-action/tree/releases/v1#readme
uses: docker/build-push-action@v1
Expand Down

0 comments on commit efcc145

Please sign in to comment.