Skip to content

Commit

Permalink
Merge pull request #46 from cubeworx/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-4.1.1

Bump docker/build-push-action from 4.0.0 to 4.1.1
  • Loading branch information
claflico authored Jan 3, 2025
2 parents 1b45e54 + b9e2742 commit 43c1316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/setup-buildx-action@v2.10.0

- name: Build and push Docker images
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
build-args: BUILD_DATE=${{ env.BUILD_DATE }}
context: .
Expand Down

0 comments on commit 43c1316

Please sign in to comment.