Skip to content

Commit

Permalink
update action ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Oct 12, 2024
1 parent 8910a56 commit 8b71cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
- name: Build and push -- Commit
# push commit build when not a release
if: github.event_name != 'release'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
working-directory: ./
file: ./images/vectorize-pg/Dockerfile
Expand All @@ -250,7 +250,7 @@ jobs:
quay.io/tembo/vectorize-pg:${{ steps.versions.outputs.SHORT_SHA }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'release'
with:
file: ./images/vectorize-pg/Dockerfile
Expand Down

0 comments on commit 8b71cee

Please sign in to comment.