Skip to content

Commit ae5bac3

Browse files
committed
fix syntax of docker build action
1 parent d222502 commit ae5bac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
test-target: test
3737
- name: Update deployed image
3838
if: steps.find-tag-names.outputs.latest
39-
uses: metacpan/metacpan-actions/update-deployed-tag:master
39+
uses: metacpan/metacpan-actions/update-deployed-tag@master
4040
with:
4141
token: ${{ steps.app-token.outputs.token }}
4242
app: api

0 commit comments

Comments
 (0)