Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Oct 29, 2024
1 parent 1e605e3 commit faf8761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io --username "${{ github.repository_owner }}" --password-stdin

- name: Docker push
if: ${{ fromJSON(steps.diff.outputs.modified) }}
if: false
run: make -C docker push-image-${{ matrix.platform }}

0 comments on commit faf8761

Please sign in to comment.