fix(ci): re-enable pushing of images to registry
This commit is contained in:
parent
d616711cf5
commit
b69609551f
@ -133,25 +133,8 @@ jobs:
|
||||
- name: Build and push images
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
build-args: |
|
||||
DOCKER_METADATA_OUTPUT_JSON
|
||||
|
||||
# - name: Build images
|
||||
# uses: docker/build-push-action@v6
|
||||
# with:
|
||||
# context: .
|
||||
# push: false
|
||||
# labels: ${{ steps.meta.outputs.labels }}
|
||||
# tags: |
|
||||
# ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||
# ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.create_release.outputs.release_name }}
|
||||
# ghcr.io/${{ vars.GHCR_USERNAME }}/webexmemebot:latest
|
||||
# ghcr.io/${{ vars.GHCR_USERNAME }}/webexmemebot:${{ needs.create_release.outputs.release_name }}
|
||||
|
||||
# - name: Push images
|
||||
# run: |
|
||||
# docker push ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||
# docker push ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.create_release.outputs.release_name }}
|
||||
# docker push ghcr.io/${{ vars.GHCR_USERNAME }}/webexmemebot:latest
|
||||
# docker push ghcr.io/${{ vars.GHCR_USERNAME }}/webexmemebot:${{ needs.create_release.outputs.release_name }}
|
||||
annotations: ${{ steps.meta.outputs.annotations }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user