Skip to content

Commit

Permalink
ci: publish docker image as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
acifani authored May 9, 2024
1 parent 8ffe7fd commit a1da34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
context: .
push: true
tags: ${{ env.IMAGE_NAME }}
tags: ${{ env.IMAGE_NAME }},ghcr.io/acifani/actual-rest-api:latest

- uses: caprover/deploy-from-github@v1.1.2
with:
Expand Down

0 comments on commit a1da34b

Please sign in to comment.