File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 push :
88 branches :
99 - master
10+ - main
1011 - develop
1112 tags :
1213 - ' v**'
@@ -21,7 +22,7 @@ permissions:
2122jobs :
2223 docker :
2324 # Ensure this job never runs on forked repos. It's only executed for 'jerm/snipe-it'
24- if : github.repository == 'jerm/snipe -it'
25+ if : github.repository == 'jerm/jerm -it'
2526 runs-on : ubuntu-latest
2627 env :
2728 # Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action)
@@ -58,15 +59,15 @@ jobs:
5859 password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
5960
6061 # ##############################################
61- # Build/Push the 'jerm/snipe -it' image
62+ # Build/Push the 'jerm/jerm -it' image
6263 # ##############################################
6364 # https://github.com/docker/metadata-action
6465 # Get Metadata for docker_build step below
6566 - name : Sync metadata (tags, labels) from GitHub to Docker for 'jerm-it' image
6667 id : meta_build
6768 uses : docker/metadata-action@v5
6869 with :
69- images : jerm/snipe -it
70+ images : jerm/jerm -it
7071 tags : ${{ env.IMAGE_TAGS }}
7172 flavor : ${{ env.TAGS_FLAVOR }}
7273
You can’t perform that action at this time.
0 commit comments