Skip to content

Commit b589011

Browse files
authored
Merge pull request #120 from acim/dependabot/github_actions/docker/build-push-action-5.4.0
Bump docker/build-push-action from 5.3.0 to 5.4.0
2 parents 768ef85 + d64f0ee commit b589011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo ::set-output name=tags::${TAGS}
4444
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
4545
- name: Build and push image to container registry
46-
uses: docker/build-push-action@v5.3.0
46+
uses: docker/build-push-action@v5.4.0
4747
with:
4848
platforms: linux/amd64,linux/arm64
4949
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)