Skip to content

Commit

Permalink
ci: fix build docker image for release
Browse files Browse the repository at this point in the history
  • Loading branch information
younesschrifi committed Sep 25, 2024
1 parent c455da6 commit 6f7879b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Build Docker image
run: |
docker build -t . ghcr.io/${{ github.repository_owner }}/osrd-stable/osrd-images:${{ github.event.release.tag_name }}
docker build . -t ghcr.io/openrailassociation/osrd-stable/osrd-images:${{ github.event.release.tag_name }}
- name: Push Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}/osrd-stable/osrd-images:${{ github.event.release.tag_name }}
docker push ghcr.io/openrailassociation/osrd-stable/osrd-images:${{ github.event.release.tag_name }}

0 comments on commit 6f7879b

Please sign in to comment.