Skip to content

Commit

Permalink
ci: experiment with publishing dev docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Feb 13, 2025
1 parent a27263e commit 2c610a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/supertokens-core:dev-branch-${{ github.ref }}
tags: ${{ vars.DOCKERHUB_USERNAME }}/supertokens-core:dev-branch-${{ github.sha }}
file: .github/helpers/Dockerfile

0 comments on commit 2c610a3

Please sign in to comment.