aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index a0f81ee..09e1673 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -39,7 +39,7 @@ jobs:
39 password: ${{ secrets.GITHUB_TOKEN }} 39 password: ${{ secrets.GITHUB_TOKEN }}
40 - 40 -
41 name: Build and push 41 name: Build and push
42 uses: docker/build-push-action@v2 42 uses: docker/build-push-action@v3
43 with: 43 with:
44 context: . 44 context: .
45 # Due to build time, only building the one currently needed. 45 # Due to build time, only building the one currently needed.