Skip to content

Commit

Permalink
Change name images
Browse files Browse the repository at this point in the history
  • Loading branch information
LePetitTim committed Jan 24, 2023
1 parent 619fe2b commit 7fa7cbd
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 @@ -27,13 +27,13 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/geotrek-rando

- name: Extract metadata (tags, labels) for Docker
id: meta-builder
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-builder
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/geotrek-rando-builder

- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 7fa7cbd

Please sign in to comment.