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 13dae8e commit 2d5003b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
ghcr.io/teamdigitale/dataviz-srv:
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Set up QEMU
Expand All @@ -53,6 +55,3 @@ jobs:
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 2d5003b

Please sign in to comment.