summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 73cc0cda..2a9c384d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}
- name: Build and push to DockerHub and GitHub Container Registry
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
with:
context: ./sw-server
push: true
bgstack15