Skip to content

Commit

Permalink
Push my own versions to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbarbour committed Jun 26, 2024
1 parent c59cef8 commit 7fe9d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ jobs:
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
make docker-push
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_REGISTRY_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PW }}
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ docker: update
docker tag moov/achgateway:${VERSION} moov/achgateway:latest

docker-push:
docker push moov/achgateway:${VERSION}
docker push moov/achgateway:latest
docker push kevinbarbour/achgateway:${VERSION}
docker push kevinbarbour/achgateway:latest

.PHONY: dev-docker
dev-docker: update
Expand Down

0 comments on commit 7fe9d1f

Please sign in to comment.