Skip to content

Commit

Permalink
no squash
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Feb 22, 2024
1 parent 2caea1e commit b5235f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerImagePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
df -H
- name: Build the container image
run: buildah build --file Dockerfile --tag image --layers=false --squash
run: |
pwd
buildah build --file Dockerfile --tag image
- name: Log into registry
#run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit b5235f6

Please sign in to comment.