Skip to content

Commit

Permalink
Fixup! add build param to buildx, and bump build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Sep 11, 2023
1 parent edc10dc commit 98f6696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
IMAGE: git-resource
-
name: publish git-resource image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.2.1
with:
# context: .
build-args: |
base_image=paketobuildpacks/run-jammy-base:latest
push: true
tags: |
${{env.DOCKERHUB_ORG}}/${{env.IMAGE}}:latest
Expand Down

0 comments on commit 98f6696

Please sign in to comment.