Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Andrewiski/UISP-Tools into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
Andrewiski committed Jan 26, 2023
2 parents de686dc + 7ec0bca commit 41bb5b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
# VERSION=latest
docker tag $PACKAGE_NAME $IMAGE_ID:$APP_VERSION
docker push $IMAGE_ID:$APP_VERSION
docker tag $PACKAGE_NAME $IMAGE_ID:latest
docker push $IMAGE_ID:latest
- name: Log in to the Docker Container registry
id: step_5
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand All @@ -147,3 +149,5 @@ jobs:
# VERSION=latest
docker tag $PACKAGE_NAME $DOCKER_USERNAME/$PACKAGE_NAME:$APP_VERSION
docker push $DOCKER_USERNAME/$PACKAGE_NAME:$APP_VERSION
docker tag $PACKAGE_NAME $DOCKER_USERNAME/$PACKAGE_NAME:latest
docker push $DOCKER_USERNAME/$PACKAGE_NAME:latest

0 comments on commit 41bb5b2

Please sign in to comment.