Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jan 19, 2024
1 parent 5fe0a07 commit aeff8d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}

- name: Build and push on workflow dispatch
id: build
uses: docker/build-push-action@v5
with:
cache-from: type=local,src=${{ steps.cache.outputs.cache-dir }}
Expand All @@ -88,5 +89,11 @@ jobs:
build-args: |
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_RAGNA=${{ steps.metadata.outputs.version }}
platforms: linux/amd64,linux/arm64
load: true
outputs: type=image
push: ${{ github.event_name == 'workflow_dispatch' }}

- name: Debug
run: |
set -x
echo ${{ toJson(steps.id.build.outputs) }}
docker image ls -a

0 comments on commit aeff8d6

Please sign in to comment.