Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
DevRico003 committed Jan 12, 2024
1 parent 38abe9d commit 6385f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
push: true
labels: |
"service=$IMAGE_NAME"
tags: $DOCKERHUB_USERNAME/$IMAGE_NAME:latest
$DOCKERHUB_USERNAME/$IMAGE_NAME:${{ steps.tag.outputs.tag }}"
"service=next-carcenter-erding-kamal"
tags: ${{DOCKERHUB_USERNAME}}/next-carcenter-erding-kamal:latest
${{DOCKERHUB_USERNAME}}/next-carcenter-erding-kamal:${{ steps.tag.outputs.tag }}"
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 6385f54

Please sign in to comment.