Skip to content

Commit

Permalink
chore: update workflow action build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Jul 1, 2024
1 parent e2dbb0b commit 4846c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- id: build
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Containerfile
push: false
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Containerfile
push: true
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Containerfile
push: true
Expand Down

0 comments on commit 4846c9f

Please sign in to comment.