Skip to content

Commit

Permalink
Fix addr
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Dec 21, 2023
1 parent ced4861 commit 4ccf7ae
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 twir-postgres-backup:latest \
-t satont/twir-postgres-backup:latest \
--cache-from type=gha,scope=twir-postgres-backup \
--cache-to type=gha,mode=max,scope=twir-postgres-backup .
docker push twir-postgres-backup:latest
docker push satont/twir-postgres-backup:latest

0 comments on commit 4ccf7ae

Please sign in to comment.