Skip to content

Commit

Permalink
Fixup! run UT and fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Sep 11, 2023
1 parent c355fa6 commit edc10dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ jobs:
run: | # shellcheck disable=SC2086
echo "Processing $IMAGE"
docker build -t $IMAGE --build-arg "base_image=paketobuildpacks/run-jammy-base:latest" .
echo "Processing $IMAGE"
docker build -t $IMAGE-tests --target tests --build-arg "base_image=paketobuildpacks/run-jammy-base:latest" .
env:
IMAGE: git-resource
-
name: publish git-resource image
uses: docker/[email protected]
with:
context: ${{env.IMAGE}}
# context: .
push: true
tags: |
${{env.DOCKERHUB_ORG}}/${{env.IMAGE}}:latest
Expand Down

0 comments on commit edc10dc

Please sign in to comment.