Skip to content

Commit

Permalink
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 Jun 26, 2024
1 parent 9db5487 commit f0fd2f7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/confluence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build container
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: services/confluence
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldap-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build container
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: services/ldap-toolbox
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openldap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build container
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: services/openldap
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simplesamlphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build container
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: services/simplesamlphp
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack-invite-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build container
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: services/slack-invite-automation
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uka-webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build container
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: services/uka-webserver
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build container
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: services/web-1
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webdavcgi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build container
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: services/webdavcgi
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit f0fd2f7

Please sign in to comment.