Skip to content

Commit

Permalink
build: force run docker-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram committed Jun 12, 2023
1 parent 74f313a commit 43ddb23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
docker_publish:
# runs on tags only
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
needs: [ release ]
steps:
Expand All @@ -216,4 +216,4 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/beltram/stubr:${{ steps.vars.outputs.tag }} , ghcr.io/beltram/stubr:latest
tags: ghcr.io/beltram/stubr:0.6.0 , ghcr.io/beltram/stubr:latest

0 comments on commit 43ddb23

Please sign in to comment.