Skip to content

Commit

Permalink
ci: Bump docker/build-push-action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jan 14, 2025
1 parent b8bbbc4 commit 317a526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
bash -x ./build.sh ${{ matrix.platform }}
- name: Build the image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker
file: docker/Dockerfile
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
docker run -v $(pwd):/mnt --rm ghcr.io/${{ github.repository }}:latest-amd64 repo /mnt/repo
- name: Push the image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: success() && github.event_name != 'pull_request'
with:
context: docker
Expand All @@ -100,7 +100,7 @@ jobs:
password: ${{ secrets.FLATHUB_ORG_TOKEN }}

- name: Build and push Docker image to the old location
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: success() && github.event_name != 'pull_request' && github.repository == 'flathub-infra/flatpak-builder-lint'
with:
context: docker
Expand Down

0 comments on commit 317a526

Please sign in to comment.