summaryrefslogtreecommitdiff
path: root/.github/workflows/publish.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/publish.yml')
-rw-r--r--.github/workflows/publish.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 129cc049..5ed617de 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker Hub
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
with:
push: true
file: opendc-web/opendc-web-runner/Dockerfile
@@ -49,7 +49,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker Hub
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
with:
push: true
file: opendc-web/opendc-web-server/Dockerfile
@@ -75,7 +75,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker Hub
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
with:
push: true
context: opendc-web/opendc-web-ui