Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jan 18, 2024
1 parent ff4c5d6 commit fa82ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
DEPLOY_KEY: ${{ secrets.AUR_DEPLOY_KEY }}

docker-ghcr-build-push:
if: github.ref != 'refs/heads/main'
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/unstable'
name: Deploy GHCR Container
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit fa82ce6

Please sign in to comment.