Skip to content

Commit

Permalink
rename image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni authored Aug 17, 2023
1 parent bd8fbc9 commit cce96a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
#pull_request:

env:
IMAGE_NAME: swarmadmin
IMAGE_NAME: locust-admin

jobs:
# Push image to GitHub Packages.
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Push image ghcr.io
run: |
IMAGE_ID=ghcr.io/${{ github.repository }}/$IMAGE_NAME
IMAGE_ID=ghcr.io/${{ github.repository }}
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
echo "docker image : $IMAGE_ID:${VERSION}"
docker tag ${IMAGE_NAME} $IMAGE_ID:${VERSION}
docker push $IMAGE_ID:${VERSION}
docker push $IMAGE_ID:${VERSION}

0 comments on commit cce96a4

Please sign in to comment.