There was an error while loading. Please reload this page.
1 parent 03b9516 commit e5cfc98Copy full SHA for e5cfc98
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Build & Push docker image
40
id: build_docker
41
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v7
42
with:
43
build-args: |
44
ANSIBLE_VERSION=${{ env.ANSIBLE_VERSION }}
@@ -61,7 +61,7 @@ jobs:
61
- name: Push docker image release
62
id: push_docker_release
63
if: github.ref == 'refs/heads/main'
64
65
66
67
0 commit comments