mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-01 19:15:56 +01:00
test CI fix 2
This commit is contained in:
3
.github/workflows/docker_dev.yml
vendored
3
.github/workflows/docker_dev.yml
vendored
@@ -35,6 +35,7 @@ env:
|
|||||||
# temp
|
# temp
|
||||||
e1: ${{ github.event_name }}
|
e1: ${{ github.event_name }}
|
||||||
e2: ${{ github.base_ref }}-${{github.head_ref }}
|
e2: ${{ github.base_ref }}-${{github.head_ref }}
|
||||||
|
e2: " ${{github}} "
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Push image to GitHub Packages.
|
# Push image to GitHub Packages.
|
||||||
@@ -129,6 +130,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.base_ref == github.head_ref }}
|
push: ${{ github.base_ref == github.head_ref && github.event_name != 'pull_request'}}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|||||||
Reference in New Issue
Block a user