Skip to content

Commit 04201c4

Browse files
committed
Fixed CI builds
1 parent 7b40f73 commit 04201c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/create-dev-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
context: .
2525
push: true
2626
tags: |
27-
${{ secrets.DOCKERHUB_USERNAME }}/myimage:$(echo $GITHUB_SHA | head -c7)
28-
${{ secrets.DOCKERHUB_USERNAME }}/myimage:dev-latest
27+
duplicati/console-ingress:$(echo $GITHUB_SHA | head -c7)
28+
duplicati/console-ingress:dev-latest

.github/workflows/create-prod-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
context: .
3131
push: true
3232
tags: |
33-
${{ secrets.DOCKERHUB_USERNAME }}/myimage:$(echo $GITHUB_SHA | head -c7)
34-
${{ secrets.DOCKERHUB_USERNAME }}/myimage:latest
35-
${{ secrets.DOCKERHUB_USERNAME }}/myimage:$(echo ${GITHUB_REF_NAME#release/})
33+
duplicati/console-ingress:$(echo $GITHUB_SHA | head -c7)
34+
duplicati/console-ingress:latest
35+
duplicati/console-ingress:$(echo ${GITHUB_REF_NAME#release/})

0 commit comments

Comments
 (0)