Skip to content

Commit

Permalink
Merge pull request #46 from it-at-m/renovate/docker-build-push-action…
Browse files Browse the repository at this point in the history
…-6.x

Update docker/build-push-action action to v6
  • Loading branch information
maximilian-zollbrecht committed Jul 29, 2024
2 parents 821a05a + 80e1429 commit 611485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
type=semver,pattern={{version}},value=${{ inputs.version }},enable=${{ github.event_name == 'workflow_dispatch' }}
- name: Build and push untested Docker image to GHCR
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.NPM_PROJECT_ROOT }}
push: ${{ github.event.inputs.version != '' }}
Expand Down

0 comments on commit 611485b

Please sign in to comment.