Skip to content

Commit

Permalink
Update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and keithly committed Nov 1, 2023
1 parent fdc3553 commit 2082252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: docker/setup-buildx-action@v3

- name: Docker Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
load: true
Expand All @@ -49,7 +49,7 @@ jobs:
# curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}

- name: Docker Build and Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
with:
context: .
Expand Down

0 comments on commit 2082252

Please sign in to comment.