Skip to content

Commit a5336b5

Browse files
Bump tinact/docker.image-retag from 1.0.2 to 1.0.3 (#56)
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>
1 parent 76167ae commit a5336b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/resource-dispatcher-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: tag with release version
13-
uses: tinact/[email protected].2
13+
uses: tinact/[email protected].3
1414
with:
1515
image_name: redhat-cop/resource-dispatcher
1616
image_old_tag: master
@@ -19,7 +19,7 @@ jobs:
1919
registry_username: ${{ secrets.QUAY_RESOURCE_DISPATCHER_USERNAME }}
2020
registry_password: ${{ secrets.QUAY_RESOURCE_DISPATCHER_PASSWORD }}
2121
- name: tag with latest
22-
uses: tinact/[email protected].2
22+
uses: tinact/[email protected].3
2323
with:
2424
image_name: redhat-cop/resource-dispatcher
2525
image_old_tag: ${{ github.sha }}

0 commit comments

Comments
 (0)