Skip to content

Commit

Permalink
Fixed cases in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Jun 11, 2024
1 parent c9dbed6 commit bf3c00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data_sync_microservice-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
push: true
tags: |
ghcr.io/openlmis-angola/open-lmis-data-sync-microservice:latest
ghcr.io/openlmis-angola/open-lmis-data_sync-microservice:${{ github.ref_name }} # Tag with the branch name
ghcr.io/openlmis-angola/open-lmis-data_sync-microservice:${{ github.ref_name }}
- name: Log out of GitHub Container Registry
run: docker logout ghcr.io

0 comments on commit bf3c00d

Please sign in to comment.