Fix web image context

This commit is contained in:
Reckless_Satoshi 2024-01-11 14:01:07 +00:00
parent 6f25413c7b
commit 93888349ee
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -87,7 +87,7 @@ jobs:
- name: 'Build and push Docker image'
uses: docker/build-push-action@v5
with:
context: ./nodeapp
context: ./web
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}