Skip to content
Snippets Groups Projects
Unverified Commit 3827faf9 authored by Griefed's avatar Griefed :joystick: Committed by GitHub
Browse files

Merge pull request #10 from Griefed/dependabot-github_actions-dependabot-docker-login-action-2

Bump docker/login-action from 1 to 2
parents febc36f2 8dfb554c
No related branches found
No related tags found
No related merge requests found
......@@ -77,12 +77,12 @@ jobs:
uses: tj-actions/branch-names@v5
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: griefed
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment