Skip to content

Commit

Permalink
chore: use docker build and push v5 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdassonvil authored May 15, 2024
1 parent 1d27cc1 commit 5a1808e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build and push (with cache)
if: ${{ inputs.cache_docker_layers }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ inputs.build_context }}
push: true
Expand All @@ -97,7 +97,7 @@ jobs:

- name: Build and push (without cache)
if: ${{ ! inputs.cache_docker_layers }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ inputs.build_context }}
push: true
Expand Down

0 comments on commit 5a1808e

Please sign in to comment.