mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-08-18 23:24:39 +02:00
Update docker/login-action digest to ef38ec3 (#147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@@ -20,13 +20,13 @@ jobs:
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
|
||||
- uses: docker/login-action@ef38ec311a7df3f01475313e7c5bb584b74b112a
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
|
||||
- uses: docker/login-action@ef38ec311a7df3f01475313e7c5bb584b74b112a
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
Reference in New Issue
Block a user