Updated GH workflow

This commit is contained in:
MarcUs7i 2025-06-06 23:17:27 +02:00
parent 8314d50a87
commit a67024a48c

View file

@ -25,14 +25,14 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v1 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: ./Server context: ./Server
file: ./Server/Dockerfile file: ./Server/Dockerfile