mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
Add push: true to Build and Deploy Script
This commit is contained in:
3
.github/workflows/build-deploy.yml
vendored
3
.github/workflows/build-deploy.yml
vendored
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user