Skip to content

Commit

Permalink
ci: Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola committed Aug 6, 2024
1 parent a6f62a5 commit 16494fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ jobs:
- name: Create manifest list and push
working-directory: /tmp/digests
env:
ACTIONS_STEP_DEBUG: true
run: |
set +ex
set -ex
docker buildx imagetools create \
$(echo $DOCKER_METADATA_OUTPUT_JSON | jq -cr '.tags | map("-t " + .) | join(" ")') \
$(echo $DOCKER_METADATA_OUTPUT_JSON | jq -r '.annotations | map("--annotation \"" + . + "\"") | join(" ")') \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM eclipse-temurin:22.0.1_8-jdk-alpine
FROM --platform=$BUILDPLATFORM eclipse-temurin:22.0.1_13-jdk-alpine # 22.0.2_9-jdk-alpine

ARG BUILD_CONTEXT="build-context"
ARG UID=worker
Expand Down

0 comments on commit 16494fd

Please sign in to comment.