Skip to content

Commit

Permalink
wip: dfskjblsdf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbira committed Sep 2, 2024
1 parent 22aadfc commit 5b8cafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ jobs:
context: .
# pushes regardless; only main tagged with latest
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: user/app:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=user/app:latest
cache-to: type=inline

# Deploy!
Expand Down

0 comments on commit 5b8cafa

Please sign in to comment.