Skip to content

Commit

Permalink
Merge pull request #145 from lazybytez/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-4.x
  • Loading branch information
pascal-zarrad authored Feb 24, 2023
2 parents 83494a9 + 9f5105b commit 11ca2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Deploy stage image to GHCR
- name: Build and publish images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
id: build_push
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: echo "::set-output name=short::$(git rev-parse --short HEAD)"

- name: Build and publish public image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
id: build_push
with:
context: .
Expand Down

0 comments on commit 11ca2a2

Please sign in to comment.