mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 10:32:31 +01:00
ci(container): tweak options
This commit is contained in:
parent
f98aa11a3a
commit
05d8de0671
2
.github/workflows/container.yaml
vendored
2
.github/workflows/container.yaml
vendored
@ -53,7 +53,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
containerfiles: ./Containerfile
|
||||
image: my-new-image
|
||||
platforms: linux/amd64,linux/arm64
|
||||
labels: ${{ steps.metadata.outputs.labels }}
|
||||
tags: ${{ steps.metadata.outputs.tags }}
|
||||
@ -61,6 +60,7 @@ jobs:
|
||||
|
||||
- name: Push to GitHub Container Registry
|
||||
uses: redhat-actions/push-to-registry@v2
|
||||
if: "github.event_name != 'pull_request'"
|
||||
with:
|
||||
image: ${{ steps.build.outputs.image }}
|
||||
tags: ${{ steps.build.outputs.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user