Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent 9144569 commit cbd97c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build & Push docker image
id: build_docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
build-args: |
ANSIBLE_VERSION=${{ env.ANSIBLE_VERSION }}
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Push docker image release
id: push_docker_release
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
build-args: |
ANSIBLE_VERSION=${{ env.ANSIBLE_VERSION }}
Expand Down

0 comments on commit cbd97c0

Please sign in to comment.