Skip to content

Commit

Permalink
Use dash for xochitl version in image name
Browse files Browse the repository at this point in the history
  • Loading branch information
timower authored Nov 22, 2023
1 parent 034d50c commit f727821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=auto
suffix=${{ matrix.fw_version }},onlatest=true
suffix=-${{ matrix.fw_version }},onlatest=true
- name: Build
uses: docker/build-push-action@v5
Expand Down

0 comments on commit f727821

Please sign in to comment.