Skip to content

Commit

Permalink
fix: templating and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriocomo committed Oct 2, 2024
1 parent cb23a9f commit 71162f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
file: "{{context}}/Dockerfile.app"
file: "{{defaultContext}}/Dockerfile.app"
platforms: linux/amd64
push: true
tags: |
user/app:latest
user/app:1.0.0
ghcr.io/user/app:latest
ghcr.io/user/app:1.0.0
teamdigitale/dataviz-srv:latest
teamdigitale/dataviz-srv:0.0.1
ghcr.io/teamdigitale/dataviz-srv:latest
ghcr.io/teamdigitale/dataviz-srv:0.0.1

0 comments on commit 71162f0

Please sign in to comment.