1- # Snipe -IT Docker image build for hub.docker.com
1+ # jerm -IT Docker image build for hub.docker.com
22name : Docker images
33
44# Run this Build for all pushes to 'master' or develop branch, or tagged releases.
@@ -20,8 +20,8 @@ permissions:
2020
2121jobs :
2222 docker :
23- # Ensure this job never runs on forked repos. It's only executed for 'snipe /snipe-it'
24- if : github.repository == 'snipe /snipe-it'
23+ # Ensure this job never runs on forked repos. It's only executed for 'jerm /snipe-it'
24+ if : github.repository == 'jerm /snipe-it'
2525 runs-on : ubuntu-latest
2626 env :
2727 # Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action)
@@ -58,20 +58,20 @@ jobs:
5858 password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
5959
6060 # ##############################################
61- # Build/Push the 'snipe /snipe-it' image
61+ # Build/Push the 'jerm /snipe-it' image
6262 # ##############################################
6363 # https://github.com/docker/metadata-action
6464 # Get Metadata for docker_build step below
65- - name : Sync metadata (tags, labels) from GitHub to Docker for 'snipe -it' image
65+ - name : Sync metadata (tags, labels) from GitHub to Docker for 'jerm -it' image
6666 id : meta_build
6767 uses : docker/metadata-action@v5
6868 with :
69- images : snipe /snipe-it
69+ images : jerm /snipe-it
7070 tags : ${{ env.IMAGE_TAGS }}
7171 flavor : ${{ env.TAGS_FLAVOR }}
7272
7373 # https://github.com/docker/build-push-action
74- - name : Build and push 'snipe -it' image
74+ - name : Build and push 'jerm -it' image
7575 id : docker_build
7676 uses : docker/build-push-action@v6
7777 with :
0 commit comments