Skip to content

Commit

Permalink
Change image tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thodor12 committed Aug 18, 2024
1 parent 90a2a03 commit 115eda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/ldtteam/minecolonieswiki:${{ github.sha }},ghcr.io/ldtteam/minecolonieswiki:latest
tags: ghcr.io/${{ github.repository }}:${{ github.sha }},ghcr.io/${{ github.repository }}:latest
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ghcr.io/ldtteam/minecolonieswiki:${{ github.sha }}
subject-name: ghcr.io/${{ github.repository }}:${{ github.sha }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 115eda0

Please sign in to comment.