Skip to content

Commit

Permalink
ci: ensure image is pushed to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Sep 9, 2024
1 parent ee92b1b commit 537c5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
context: .
platforms: ${{ matrix.platforms }}
tags: ${{ steps.metadata.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airtrail",
"version": "0.0.1",
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 537c5c0

Please sign in to comment.