mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
chore: Update docker-latest.yml for branch name change
This commit is contained in:
2
.github/workflows/docker-latest.yml
vendored
2
.github/workflows/docker-latest.yml
vendored
@@ -44,5 +44,5 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags == 'main' && 'docker.io/cyfershepard/jellystat:latest' || format('docker.io/cyfershepard/jellystat:{0}', steps.meta.outputs.tags)}}
|
||||
tags: "cyfershepard/jellystat:latest"
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
|
||||
Reference in New Issue
Block a user