Skip to content

Commit

Permalink
Merge pull request #33 from sbp-bvanb/32-docker-login-action-action-tag
Browse files Browse the repository at this point in the history
build: [#32] Use tagged version docker-login action instead of commit sha
  • Loading branch information
killgufo authored Aug 8, 2024
2 parents 61c47cf + e3cd538 commit e9e4dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@d398f07826957cd0a18ea1b059cf1207835e60bc
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -130,4 +130,4 @@ jobs:
-a "repo=${{ github.repository }}" \
-a "workflow=${{ github.workflow }}" \
-a "ref=${{ github.sha }}" \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}

0 comments on commit e9e4dc5

Please sign in to comment.