Skip to content

Commit

Permalink
debug CI 💚
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Aug 8, 2024
1 parent 8d30d51 commit 1d3a58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- 6
- debug-ci
jobs:
lint-test:
name: lint, build & test
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
push: true
# push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{github.repository}}:v6
Expand Down

0 comments on commit 1d3a58b

Please sign in to comment.