Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriocomo committed Oct 11, 2024
1 parent d3da30c commit 39b8250
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
# branches: [main]
branches:
- "**"
tags:
- v*
pull_request:
branches: [main]
# tags:
# - v*
# pull_request:
# branches: [main]

permissions:
# To push Docker images to GitHub
Expand Down Expand Up @@ -49,8 +49,9 @@ jobs:
with:
file: "Dockerfile.app"
platforms: linux/amd64
push: true
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# tags: |
# ghcr.io/teamdigitale/dataviz-srv:latest
# ghcr.io/teamdigitale/dataviz-srv:0.0.1

0 comments on commit 39b8250

Please sign in to comment.