Skip to content

Commit

Permalink
Change tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutten committed Jan 19, 2025
1 parent a713769 commit 9cbde16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6
with:
push: true
tags: docker.datagutten.net/mulle_js:${{ matrix.language }}
tags: docker.datagutten.net/mulle_js_${{ matrix.language }}
labels: ${{ steps.meta.outputs.labels }}
build-contexts: iso=iso
build-args: |
Expand All @@ -69,6 +69,6 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v2
with:
subject-name: docker.datagutten.net/mulle_js:${{ matrix.language }}
subject-name: docker.datagutten.net/mulle_js_${{ matrix.language }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 9cbde16

Please sign in to comment.