Skip to content

Commit

Permalink
Manually push dev version to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg authored Sep 4, 2024
1 parent 4be9dc4 commit 0f78474
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ jobs:
flavor: latest=true
tags: |
type=ref,event=tag
type=ref,event=branch
labels: |
org.opencontainers.image.title="Brian Docker Image"
org.opencontainers.image.description="Docker image for Brian - a free, open source simulator for spiking neural networks"
Expand Down Expand Up @@ -245,5 +244,7 @@ jobs:
'BASE_IMAGE_TAG=3.12-bookworm'
platforms: 'amd64,arm64'
push: true
tags: briansimulator/brian-dev:dev-${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}
tags: |
briansimulator/brian-dev:dev-${{ github.ref_name }}
ghcr.io/brian-team/brian-dev:dev-${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 0f78474

Please sign in to comment.