Skip to content

Commit

Permalink
docker-build-on-tag (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisbaccour authored Jun 12, 2024
1 parent b043e04 commit 3a05515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
public-push:
name: Push Docker Images to Docker hub
environment: CI
if: contains('main holesky mainnet', github.ref_name)
if: contains('main holesky mainnet', github.ref_name) || startsWith(github.ref, 'refs/tags/')
runs-on: nix-128g
needs: build
steps:
Expand Down

0 comments on commit 3a05515

Please sign in to comment.