Skip to content

Commit

Permalink
Fix gh action remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Oct 23, 2024
1 parent 0117440 commit 9807799
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ jobs:
tags: 3dgi/roofer:${{ env.DOCKER_TAG }}
cache-from: type=registry,ref=3dgi/roofer:buildcache
cache-to: type=registry,ref=3dgi/roofer:buildcache,mode=max
- name: Test image
run: docker run --rm -v $(pwd):/tmp -w /tmp 3dgi/roofer:${{ env.DOCKER_TAG }} roofer --config /tmp/config/roofer-wippolder.toml --verbose

0 comments on commit 9807799

Please sign in to comment.