Skip to content

Commit 930a6a2

Browse files
author
Jeremy Price
committed
One more docker repo name fix
i feel like i'm taking crazy pills also right-naming the arm builds again
1 parent 444dea8 commit 930a6a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-arm.yml

Lines changed: 1 addition & 1 deletion
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

.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)