Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent bd5739d commit ae8224b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/[email protected]

- name: Build ${{ matrix.configuration }} Docker image from ${{ matrix.file }}
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
build-args: CONFIGURATION=${{ matrix.configuration }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
- name: Build and publish Docker image from Dockerfile.Service
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
file: Dockerfile.Service
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
- name: Build and publish Docker image from Dockerfile
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
platforms: ${{ env.PLATFORMS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
- name: Build and publish Docker image from Dockerfile
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
platforms: ${{ env.PLATFORMS }}
Expand Down

0 comments on commit ae8224b

Please sign in to comment.