2
0
forked from jmug/cactoide

fix: change the secret name

This commit is contained in:
Levente Orban
2025-08-27 10:48:52 +02:00
parent d90759f759
commit bbaa8b4568

View File

@@ -27,7 +27,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5