Skip to content

Commit

Permalink
Bump tinact/docker.image-retag from 1.0.2 to 1.0.3 (#56)
Browse files Browse the repository at this point in the history
Bumps [tinact/docker.image-retag](https://github.com/tinact/docker.image-retag) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/tinact/docker.image-retag/releases)
- [Changelog](https://github.com/tinact/docker.image-retag/blob/master/CHANGELOG.md)
- [Commits](tinact/docker.image-retag@1.0.2...1.0.3)

---
updated-dependencies:
- dependency-name: tinact/docker.image-retag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2021
1 parent 76167ae commit a5336b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/resource-dispatcher-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: tag with release version
uses: tinact/[email protected].2
uses: tinact/[email protected].3
with:
image_name: redhat-cop/resource-dispatcher
image_old_tag: master
Expand All @@ -19,7 +19,7 @@ jobs:
registry_username: ${{ secrets.QUAY_RESOURCE_DISPATCHER_USERNAME }}
registry_password: ${{ secrets.QUAY_RESOURCE_DISPATCHER_PASSWORD }}
- name: tag with latest
uses: tinact/[email protected].2
uses: tinact/[email protected].3
with:
image_name: redhat-cop/resource-dispatcher
image_old_tag: ${{ github.sha }}
Expand Down

0 comments on commit a5336b5

Please sign in to comment.