chore(deps): update docker/build-push-action action to v6
All checks were successful
/ build-keycloak (push) Successful in 35s
/ build-synapse (push) Successful in 50s
/ build-traefik-forward-auth (push) Successful in 42s
/ build-openbao (push) Successful in 11m11s

This commit is contained in:
Renovate Bot 2024-09-08 07:02:03 +00:00
parent 62d0e4ba6c
commit c4342647f0
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ jobs:
- name: login to container registry
run: echo "${{ secrets.DEPLOY_TOKEN }}" | docker login --username ${{ secrets.DEPLOY_USER }} --password-stdin git.janky.solutions
- name: build container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
file: Containerfile
context: "{{defaultContext}}:containers/keycloak"

View file

@ -13,7 +13,7 @@ jobs:
- name: login to container registry
run: echo "${{ secrets.DEPLOY_TOKEN }}" | docker login --username ${{ secrets.DEPLOY_USER }} --password-stdin git.janky.solutions
- name: build container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
file: Containerfile
context: "{{defaultContext}}:containers/openbao"

View file

@ -15,7 +15,7 @@ jobs:
- name: login to container registry
run: echo "${{ secrets.DEPLOY_TOKEN }}" | docker login --username ${{ secrets.DEPLOY_USER }} --password-stdin git.janky.solutions
- name: build container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
file: containers/synapse/Containerfile
tags: git.janky.solutions/jankysolutions/infra/synapse:latest

View file

@ -13,7 +13,7 @@ jobs:
- name: login to container registry
run: echo "${{ secrets.DEPLOY_TOKEN }}" | docker login --username ${{ secrets.DEPLOY_USER }} --password-stdin git.janky.solutions
- name: build container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
file: Containerfile
context: "{{defaultContext}}:containers/traefik-forward-auth"