fix: login before pushing image

This commit is contained in:
Manuel
2024-07-27 19:17:26 +02:00
parent eab5c10fa6
commit 4836801004

View File

@@ -75,6 +75,12 @@ jobs:
uses: Ilshidur/action-discord@master
with:
args: "Built application artifacts. Building images..."
- name: Log in to the Container registry
uses: docker/login-action
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx