File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Snipe-IT Docker image build for hub.docker.com
2- name : Docker cross-platform images (Ubuntu and Alpine)
2+ name : Docker ARM images (Ubuntu and Alpine)
33
44# Run this Build for all pushes to 'master' or develop branch, or tagged releases.
55# Also run for PRs to ensure PR doesn't break Docker build process
Original file line number Diff line number Diff line change @@ -123,15 +123,15 @@ jobs:
123123 password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
124124
125125 # ##############################################
126- # Build/Push the 'grokability /snipe-it' image
126+ # Build/Push the 'snipe /snipe-it' image
127127 # ##############################################
128128 # https://github.com/docker/metadata-action
129129 # Get Metadata for docker_build step below
130130 - name : Sync metadata (tags, labels) from GitHub to Docker for 'snipe-it' image
131131 id : meta_build
132132 uses : docker/metadata-action@v5
133133 with :
134- images : grokability /snipe-it
134+ images : snipe /snipe-it
135135 tags : ${{ env.IMAGE_TAGS }}
136136 flavor : ${{ env.TAGS_FLAVOR }}
137137
You can’t perform that action at this time.
0 commit comments