Skip to content

Commit

Permalink
ci: update push paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Apr 26, 2024
1 parent a5a2635 commit 0fc3abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "Cargo.lock"
- "Cargo.toml"
- ".dockerignore"
- ".github/workflows/docker-publish.yml"
- ".github/workflows/docker.yml"
branches: ["main", "staging"]
# Publish semver tags as releases.
tags: ["v*.*.*"]
Expand All @@ -22,4 +22,4 @@ jobs:
docker:
uses: FyraLabs/actions/.github/workflows/docker.yml@main
with:
publish: ${{ github.event_name != 'pull_request' }}
publish: ${{ github.event_name != 'pull_request' }}

0 comments on commit 0fc3abb

Please sign in to comment.