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