Skip to content

Commit

Permalink
fix push target
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Müller committed Aug 30, 2024
1 parent cb078f0 commit c210bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dockers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: |
gnuradio/ci:${{ matrix.tag }}
ghcr.io/gnuradio/ci:${{ matrix.tag }}
samplefirstasklater/ci:${{ matrix.tag }}
ghcr.io/samplefirstasklater/ci:${{ matrix.tag }}
file: ${{ matrix.path }}/Dockerfile

0 comments on commit c210bae

Please sign in to comment.