Skip to content

Commit

Permalink
Added Docker Image deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Jun 20, 2024
1 parent 532b338 commit 0b0aba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/change-log-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
context: ./ # Adjust the context to the subdirectory
push: true
tags: |
ghcr.io/openlmis-changelog/open-lmis-changelog:latest
ghcr.io/openlmis-changelog/open-lmis-changelog:${{ github.ref_name }}
ghcr.io/openlmis-angola/open-lmis-changelog:latest
ghcr.io/openlmis-angola/open-lmis-changelog:${{ github.ref_name }}
- name: Log out of GitHub Container Registry
run: docker logout ghcr.io

0 comments on commit 0b0aba5

Please sign in to comment.