Skip to content

Commit e5cfc98

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 03b9516 commit e5cfc98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Build & Push docker image
4040
id: build_docker
41-
uses: docker/build-push-action@v4
41+
uses: docker/build-push-action@v7
4242
with:
4343
build-args: |
4444
ANSIBLE_VERSION=${{ env.ANSIBLE_VERSION }}
@@ -61,7 +61,7 @@ jobs:
6161
- name: Push docker image release
6262
id: push_docker_release
6363
if: github.ref == 'refs/heads/main'
64-
uses: docker/build-push-action@v4
64+
uses: docker/build-push-action@v7
6565
with:
6666
build-args: |
6767
ANSIBLE_VERSION=${{ env.ANSIBLE_VERSION }}

0 commit comments

Comments
 (0)