Skip to content

Commit

Permalink
ci(deps): update docker/login-action action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleycaselli authored Jan 15, 2025
1 parent 881ed3d commit 8a6abd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -31,4 +31,4 @@ jobs:
name: Release
run: |
npm ci
npx semantic-release
npx semantic-release

0 comments on commit 8a6abd5

Please sign in to comment.