Skip to content

Commit f013a4c

Browse files
authored
Merge pull request #16871 from grokability/one-more-docker-fix
One more docker repo name fix
2 parents 444dea8 + 194a224 commit f013a4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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' }}

.github/workflows/docker-intel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)