Potentially this should build.

This commit is contained in:
Greyscale 2024-06-21 14:00:02 +02:00
parent 15fc195699
commit 6532600263
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ on:
env:
PLATFORMS: ${{ vars.PLATFORMS }}
DOCKER_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}
DOCKER_IMAGE: ghcr.io/${{ github.repository }}
jobs:
docker-build:

View file

@ -38,7 +38,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: ${{ github.repository_owner }}
container: ${{ github.repository_name }}
container: docker-swarm-loadbalancer
dry-run: true
keep-younger-than: 90 # days
keep-last: 2

View file

@ -9,8 +9,8 @@ on:
workflow_dispatch:
env:
CANDIDATE_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:sha-${{ github.sha }}
RELEASE_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:latest
CANDIDATE_IMAGE: ghcr.io/${{ github.repository }}:sha-${{ github.sha }}
RELEASE_IMAGE: ghcr.io/${{ github.repository }}:latest
jobs:
release-ghcr: