fix(ci): re-enable pushing of images to registry

This commit is contained in:
Luke Tainton 2025-01-02 18:38:22 +00:00
parent 2a7df3d413
commit d616711cf5
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -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