mirror of
https://github.com/elyby/chrly.git
synced 2024-11-30 02:32:19 +05:30
Enable pushing
This commit is contained in:
parent
26bfbd1517
commit
e7721f9e5a
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
|||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user