Skip to content

Commit

Permalink
deployment: add github action to build and push docker image: set tar…
Browse files Browse the repository at this point in the history
…get to production
  • Loading branch information
nwittstruck committed Dec 6, 2023
1 parent 5929208 commit 93598c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_push_main_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
with:
push: true
provenance: false
target: production
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 93598c9

Please sign in to comment.