Skip to content

Commit

Permalink
Force initial docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dupont committed Jan 19, 2022
1 parent cd9bb15 commit 622f4c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- test-integration
- validate-components
# Only run on tags starting with v prefix for now
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -158,6 +158,10 @@ jobs:
images: |
solidproject/community-server
tags: |
type=raw,value=2.0.1
type=raw,value=2.0
type=raw,value=2
type=raw,value=latest
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit 622f4c2

Please sign in to comment.