Skip to content

Commit

Permalink
fix: uppercase in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
David200308 committed Dec 30, 2024
1 parent aa9184e commit ee145e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
context: ./Backend
push: true
tags: |
ghcr.io/David200308/Authentication-System/Backend:latest
ghcr.io/David200308/Authentication-System/Backend:${{ github.sha }}
ghcr.io/david200308/authentication-system/backend:latest
ghcr.io/david200308/authentication-system/backend:${{ github.sha }}

0 comments on commit ee145e2

Please sign in to comment.