2 Commits

Author SHA1 Message Date
Lee
e8acd3b831 Merge pull request 'chore(deps): update docker/build-push-action action to v5' (#5) from renovate/docker-build-push-action-5.x into master
Some checks are pending
Publish Docker Images / docker (push) Waiting to run
Reviewed-on: #5
2023-11-17 09:05:55 +00:00
82c1b85c08 chore(deps): update docker/build-push-action action to v5 2023-11-16 12:01:22 +00:00

View File

@ -26,7 +26,7 @@ jobs:
run: pnpm run build run: pnpm run build
- name: Build and Push (Node) - name: Build and Push (Node)
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
push: true push: true
context: . context: .
@ -34,7 +34,7 @@ jobs:
tags: fascinated/proxy:node-latest tags: fascinated/proxy:node-latest
- name: Build and Push (Proxy) - name: Build and Push (Proxy)
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
push: true push: true
context: . context: .