Skip to content

Commit 8e51983

Browse files
save
1 parent 1cb65b4 commit 8e51983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/upload-base-api-docker-hub.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
file: ./docker/base_images/Dockerfile.actix
3232
push: true
3333
tags: |
34-
securityunion/rustlemania-base-api:${{ steps.extract_branch.outputs.branch }}-${{ steps.extract_sha.outputs.sha8 }}
34+
securityunion/rustlemania-api-base:${{ github.ref_name }}-${{ steps.extract_sha.outputs.sha8 }}

.github/workflows/upload-base-ui-docker-hub.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
file: ./docker/base_images/Dockerfile.yew
3232
push: true
3333
tags: |
34-
securityunion/rustlemania-base-ui:${{ steps.extract_branch.outputs.branch }}-${{ steps.extract_sha.outputs.sha8 }}
34+
securityunion/yew:${{ github.ref_name }}-${{ steps.extract_sha.outputs.sha8 }}

0 commit comments

Comments
 (0)