Skip to content

Commit 3a2577d

Browse files
committed
update deployed image
1 parent d37edf2 commit 3a2577d

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/build-container.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ jobs:
3434
ghcr_username: ${{ github.repository_owner }}
3535
ghcr_password: ${{ secrets.GITHUB_TOKEN }}
3636
test-target: test
37-
# - name: Update deployed image
38-
# if: steps.find-tag-names.outputs.latest
39-
# uses: metacpan/metacpan-actions/update-deployed-tag:master
40-
# with:
41-
# token: ${{ steps.app-token.outputs.token }}
42-
# app: api
43-
# environment: prod
44-
# base-tag: ${{ steps.find-tag-names.outputs.latest }}
45-
# tag: ${{ steps.find-tag-names.outputs.sha }}
46-
37+
- name: Update deployed image
38+
if: steps.find-tag-names.outputs.latest
39+
uses: metacpan/metacpan-actions/update-deployed-tag:master
40+
with:
41+
token: ${{ steps.app-token.outputs.token }}
42+
app: api
43+
environment: prod
44+
base-tag: ${{ steps.find-tag-names.outputs.latest }}
45+
tag: ${{ steps.find-tag-names.outputs.sha }}

0 commit comments

Comments
 (0)