Skip to content

Commit

Permalink
chore: fix build & load step
Browse files Browse the repository at this point in the history
Signed-off-by: Niccolò Fei <[email protected]>
  • Loading branch information
NiccoloFei authored and sxd committed Nov 22, 2023
1 parent 3268915 commit 3d503a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ jobs:
org.opencontainers.image.revision=${{ env.RELEASE_VERSION }}
org.opencontainers.image.licenses=PostgreSQL
-
name: Build and push
name: Build and load
uses: docker/build-push-action@v5
with:
platforms: ${{ env.PLATFORMS }}
context: .
push: false
load: true
Expand Down

0 comments on commit 3d503a7

Please sign in to comment.