mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-08 05:03:49 -05:00
Update nightly.yml
This commit is contained in:
12
.github/workflows/nightly.yml
vendored
12
.github/workflows/nightly.yml
vendored
@@ -63,13 +63,23 @@ jobs:
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get Docker image tag
|
||||
id: tag
|
||||
run: |
|
||||
if [ "${GITHUB_REF_NAME}" == "main" ]; then
|
||||
TAG="nightly"
|
||||
else
|
||||
TAG="${GITHUB_REF_NAME}-nightly"
|
||||
fi
|
||||
echo "tag=$TAG" >> $GITHUB_ENV
|
||||
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64, linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/sergi0g/cup:nightly
|
||||
tags: ghcr.io/sergi0g/cup:${{ steps.tag.outputs.tag }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
|
||||
Reference in New Issue
Block a user