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:
2
.github/actions/build-image/action.yml
vendored
2
.github/actions/build-image/action.yml
vendored
@@ -37,7 +37,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: sergi0g
|
username: sergi0g
|
||||||
password: $GITHUB_TOKEN
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -73,8 +73,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tags: |
|
tags: |
|
||||||
${{ needs.get-tag.outputs.tag }}
|
${{ needs.get-tag.outputs.tag }}
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
nightly-release:
|
nightly-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user