fix(ci): re-enable pushing of images to registry
This commit is contained in:
parent
2a7df3d413
commit
d616711cf5
@ -128,13 +128,12 @@ jobs:
|
|||||||
images: |
|
images: |
|
||||||
ghcr.io/${{ vars.GHCR_USERNAME }}/webexmemebot
|
ghcr.io/${{ vars.GHCR_USERNAME }}/webexmemebot
|
||||||
${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}
|
${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}
|
||||||
tags: |
|
tags: type=semver,pattern=v{{version}},value=${{ needs.create_release.outputs.release_name }}
|
||||||
type=raw,value=latest
|
|
||||||
type=semver,pattern=v{{version}},value=${{ needs.create_release.outputs.release_name }}
|
|
||||||
|
|
||||||
- name: Build and push imagse
|
- name: Build and push images
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
push: true
|
||||||
build-args: |
|
build-args: |
|
||||||
DOCKER_METADATA_OUTPUT_JSON
|
DOCKER_METADATA_OUTPUT_JSON
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user