Skip to content

Commit eb8f54e

Browse files
more debugging
1 parent f4ed90a commit eb8f54e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
type=semver,pattern={{version}}
4646
type=semver,pattern={{major}}.{{minor}}
4747
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
48+
49+
- name: testing stuff
50+
run: echo ${{ secrets.SENTRY_ORG }}
4851
- name: Build and push Docker image
4952
uses: docker/build-push-action@v2.7.0
5053
with:

0 commit comments

Comments
 (0)