Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 6dee4cf

Browse files
committed
fix: use correct format for docker tags
1 parent faef044 commit 6dee4cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,5 @@ jobs:
115115
password: ${{ secrets.DOCKERHUB_PASS }}
116116
repository: redpwn/rctf
117117
# TODO: handle tagging releases correctly
118-
tags: master
119-
tag_with_sha: true
118+
tags: master,${{ github.sha }}
120119
# TODO: add cache_froms once we have full releases

0 commit comments

Comments
 (0)