Skip to content

Commit

Permalink
Update auth-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
angierkd authored Jul 15, 2024
1 parent bc09a11 commit 8612589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auth-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:

- name: Build and push Docker image
run: |
docker build -t ${{ secrets.DOCKERHUB_NAME }}/auth10:latest .
docker push ${{ secrets.DOCKERHUB_NAME }}/auth10:latest
docker build -t ${{ secrets.DOCKERHUB_NAME }}/msa-auth:24.07.04 .
docker push ${{ secrets.DOCKERHUB_NAME }}/msa-auth:24.07.04

0 comments on commit 8612589

Please sign in to comment.