Skip to content

Commit

Permalink
Run snapshot publish on all branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-6 committed Nov 27, 2024
1 parent ac5591c commit b3166ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Publish snapshots"
on:
push:
branches: [ "dockerfile-bellsoft-liberica" ]
branches: [ "**" ]

env:
JAVA_VERSION: 21
Expand Down Expand Up @@ -64,5 +64,5 @@ jobs:
context: .
push: true
tags: |
technicolorlabs/reposilite-liberica-testing:nightly
technicolorlabs/reposilite-liberica-testing:${{ github.ref_name }}

0 comments on commit b3166ec

Please sign in to comment.