Skip to content
Snippets Groups Projects
Verified Commit 36ac19a5 authored by Griefed's avatar Griefed :joystick:
Browse files

Merge branch 'dependabot'

# Conflicts:
#	.github/workflows/test.yml
parents 829a6738 e788eb11
No related branches found
No related tags found
No related merge requests found
......@@ -77,21 +77,21 @@ 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 }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
# - name: Build and push
# uses: docker/build-push-action@v2
# with:
......
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