mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
Update docker-image.yml
This commit is contained in:
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@@ -44,11 +44,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: |
|
||||
${{ github.ref == 'refs/heads/main' && 'latest' || steps.meta.outputs.tags }}
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
|
||||
- name: Tag image as latest if on main branch
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
docker tag cyfershepard/jellystat:main cyfershepard/jellystat:latest
|
||||
docker push cyfershepard/jellystat:latest
|
||||
|
||||
Reference in New Issue
Block a user