Skip to content

Commit

Permalink
Merge pull request #15 from ClubCedille/renovate/docker-build-push-ac…
Browse files Browse the repository at this point in the history
…tion-5.x

chore(deps): update docker/build-push-action action to v5
  • Loading branch information
antoinebou12 authored Jan 11, 2024
2 parents 0146618 + f70e990 commit 1096ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 1096ae0

Please sign in to comment.