fix docker login
Some checks failed
Build Docker Image / build (push) Failing after 23s

This commit is contained in:
Alex Wittern 2024-08-19 15:50:27 +02:00
parent ee5d1ea969
commit 18dafff0b1

View file

@ -20,10 +20,10 @@ jobs:
go-version: '^1.22.5'
- run: go version
- name: Login to Package Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: git.wittern.io
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build the Docker image
run: |