Skip to content

Commit

Permalink
use docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Oct 18, 2024
1 parent 2f03905 commit 197d178
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
password: ${{secrets.GITHUB_TOKEN}}

- name: "Build Image"
run: |
docker build --tag ghcr.io/vaaski/fuckvoicemessages:latest .
docker push ghcr.io/vaaski/fuckvoicemessages:latest
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: "ghcr.io/vaaski/fuckvoicemessages:latest"
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 197d178

Please sign in to comment.