Skip to content

Commit

Permalink
Change base-name v3 image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Maurice committed Feb 3, 2024
1 parent 726ef3c commit 4c4f438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
context: ./v3
file: ./Dockerfile
push: true
build-args: |
RELEASE_TAG=${{ steps.extract_data.outputs.release }}
DOWNLOAD_URL=${{ steps.extract_data.outputs.download_url }}
DOWNLOAD_HASH=${{ steps.extract_data.outputs.download_hash }}
tags: ${{ env.IMAGE_NAME }}:latest,${{ env.IMAGE_NAME }}:${{ steps.extract_data.outputs.release }}
tags: ${{ env.IMAGE_NAME }}:v3,${{ env.IMAGE_NAME }}:${{ steps.extract_data.outputs.release }}
File renamed without changes.

0 comments on commit 4c4f438

Please sign in to comment.