OMG fix 2 more (only 1 active) dockerhub repo references

This commit is contained in:
Jeremy Price
2025-05-06 07:54:20 +02:00
parent 36f3834ca5
commit 6cc3f69c2a

View File

@@ -66,7 +66,7 @@ jobs:
id: meta_build
uses: docker/metadata-action@v5
with:
images: grokability/snipe-it
images: snipe/snipe-it
tags: ${{ env.IMAGE_TAGS }}
flavor: ${{ env.TAGS_FLAVOR }}
@@ -123,7 +123,7 @@ jobs:
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
###############################################
# Build/Push the 'grokability/snipe-it' image
# Build/Push the 'snipe/snipe-it' image
###############################################
# https://github.com/docker/metadata-action
# Get Metadata for docker_build step below