Skip to content

Commit

Permalink
Adjust action version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Jan 27, 2020
1 parent 4953b6f commit 950b755
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: Build Docker image
uses: flownative/action-docker-build@v1.4.1
uses: flownative/action-docker-build@v1
with:
tag_ref: ${{ github.ref }}
git_repository_url: https://github.com/${{ github.repository }}
Expand All @@ -26,7 +26,7 @@ jobs:
uses: flownative/action-git-latest-release@master

- name: Tag semver releases
uses: flownative/action-docker-publish-semver@v1.0.12
uses: flownative/action-docker-publish-semver@v1.2.0
with:
tag_ref: ${{ steps.latest_version.outputs.tag }}
tag_latest: 'yes'
Expand All @@ -42,7 +42,7 @@ jobs:
target_registry_endpoint: https://docker.pkg.github.com/v2/

- name: Publish release to docker.io
uses: flownative/action-docker-publish-semver@v1.0.12
uses: flownative/action-docker-publish-semver@v1.2.0
with:
tag_ref: ${{ steps.latest_version.outputs.tag }}
tag_latest: 'yes'
Expand Down

0 comments on commit 950b755

Please sign in to comment.