Enable pushing

This commit is contained in:
ErickSkrauch
2023-12-12 02:21:22 +01:00
parent 26bfbd1517
commit e7721f9e5a

View File

@@ -41,6 +41,7 @@ jobs:
- name: Build and Push
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64