m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 13:13:49 -05:00

Let's try again

This commit is contained in:
Sergio
2025-03-03 10:31:42 +02:00
parent d7c2e6436c
commit 7ea6ae6de5
2 changed files with 1 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ runs:
with:
registry: ghcr.io
username: sergi0g
password: $GITHUB_TOKEN
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push image
uses: docker/build-push-action@v6

View File

@@ -73,8 +73,6 @@ jobs:
with:
tags: |
${{ needs.get-tag.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
nightly-release:
runs-on: ubuntu-latest