Skip to content

Commit

Permalink
Switch build of docker image to our server so that will ensure image …
Browse files Browse the repository at this point in the history
…is properly pulled on build
  • Loading branch information
mseashor committed Mar 14, 2024
1 parent 22929fd commit 79644b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
permissions:
contents: write
packages: write
runs-on: ubuntu-20.04
runs-on: main
steps:
#- uses: hmarr/debug-action@v2
# name: debug
Expand All @@ -38,4 +38,5 @@ jobs:
name: Build and Publish docker image
run: |
make docker-image-build
make docker-image-push
make docker-image-push
make docker-image-pull

0 comments on commit 79644b2

Please sign in to comment.