Add push: true to Build and Deploy Script

This commit is contained in:
Amruth Pillai
2023-06-08 15:25:16 +02:00
parent 8d3f4e031c
commit c513d68813

View File

@ -1,4 +1,4 @@
name: Build and Deploy Latest Version of Reactive Resume
name: Build and Deploy
on:
workflow_dispatch:
@ -61,6 +61,7 @@ jobs:
uses: docker/build-push-action@v4.0.0
with:
context: .
push: true
platforms: ${{ matrix.platform }}
file: ${{ matrix.image }}/Dockerfile
labels: ${{ steps.meta.outputs.labels }}