We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f3834 commit 6cc3f69Copy full SHA for 6cc3f69
.github/workflows/docker-arm.yml
@@ -66,7 +66,7 @@ jobs:
66
id: meta_build
67
uses: docker/metadata-action@v5
68
with:
69
- images: grokability/snipe-it
+ images: snipe/snipe-it
70
tags: ${{ env.IMAGE_TAGS }}
71
flavor: ${{ env.TAGS_FLAVOR }}
72
@@ -123,7 +123,7 @@ jobs:
123
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
124
125
###############################################
126
- # Build/Push the 'grokability/snipe-it' image
+ # Build/Push the 'snipe/snipe-it' image
127
128
# https://github.com/docker/metadata-action
129
# Get Metadata for docker_build step below
0 commit comments