File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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
@@ -142,7 +142,7 @@ jobs:
142142 with :
143143 context : .
144144 file : ./Dockerfile.alpine
145- platforms : linux/arm64,linux/amd64
145+ platforms : linux/arm64
146146 # For pull requests, we run the Docker build (to ensure no PR changes break the build),
147147 # but we ONLY do an image push to DockerHub if it's NOT a PR
148148 push : ${{ github.event_name != 'pull_request' }}
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