Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
merger-application[bot] authored Jun 24, 2024
2 parents 197465a + da1fce0 commit eb9d337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build Jira Timemechine docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

- name: Build and push Jira Timemachine docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
target: app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

- name: Build and push Jira Timemachine docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit eb9d337

Please sign in to comment.