Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rouja committed Apr 30, 2024
1 parent 82bea0a commit ccd526a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
name: Login to DockerHub
if: github.event_name != 'pull_request'
run: echo "$DOCKER_HUB_PASSWORD" | docker login -u "$DOCKER_HUB_USER" --password-stdin
- name: Debug
run: pwd && ls -l && cat dockerfiles/goofys/Dockerfile
-
name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit ccd526a

Please sign in to comment.