Skip to content

Commit

Permalink
Update docker address
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Dec 21, 2023
1 parent 3c6926d commit ced4861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- run: |
docker build -f ./Dockerfile \
-t ${{ secrets.DOCKER_REGISTRY }}/twir/postgres-backup:latest \
-t twir-postgres-backup:latest \
--cache-from type=gha,scope=twir-postgres-backup \
--cache-to type=gha,mode=max,scope=twir-postgres-backup .
docker push ${{ secrets.DOCKER_REGISTRY }}/twir/postgres-backup:latest
docker push twir-postgres-backup:latest

0 comments on commit ced4861

Please sign in to comment.