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 55b7f5b commit c9dbed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/data_sync_microservice-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
context: ./data_sync_microservice # Adjust the context to the subdirectory
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/open-lmis-data-sync-microservice:latest
ghcr.io/${{ github.repository_owner }}/open-lmis-data_sync-microservice:${{ github.ref_name }} # Tag with the branch name
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
- name: Log out of GitHub Container Registry
run: docker logout ghcr.io

0 comments on commit c9dbed6

Please sign in to comment.