Skip to content

Commit

Permalink
Remove working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscariremma committed Nov 3, 2024
1 parent 51c883c commit f0f0a58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
run: ./gradlew bootBuildImage

- name: Create manifest list and push
working-directory: /tmp/digests
run: |
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
app:latest

0 comments on commit f0f0a58

Please sign in to comment.