Skip to content

Commit

Permalink
ci: fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
younesschrifi committed Sep 25, 2024
1 parent 91ceb1a commit d561143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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/${{ github.repository_owner }}/osrd-stable/osrd-images:${{ github.event.release.tag_name }}
- name: Push Docker image
run: |
Expand Down

0 comments on commit d561143

Please sign in to comment.