Skip to content

Commit

Permalink
Merge pull request #180 from depot/dependabot/github_actions/docker/l…
Browse files Browse the repository at this point in the history
…ogin-action-3
  • Loading branch information
jacobwgillespie authored Sep 15, 2023
2 parents 9294d80 + 48370fb commit ed51c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
echo "::set-output name=version::${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}"
echo "::set-output name=date::$(date +'%Y-%m-%d')"
echo "::set-output name=sentry-environment::${{ fromJSON('{"true":"release","false":"development"}')[startsWith(github.ref, 'refs/tags/v')] }}"
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit ed51c03

Please sign in to comment.