chore(deps): update docker/build-push-action action to v6 #8

Merged
finn merged 1 commit from renovate/docker-build-push-action-6.x into main 2024-09-08 07:02:53 +00:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit c4342647f0 - Show all commits

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"