Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishall authored Aug 2, 2023
1 parent d9abdf1 commit 6fbf15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Log in to Docker Hub
uses: docker/build-push-action@v2
with:
Expand All @@ -61,7 +61,7 @@ jobs:
with:
images: bluecherrydvr/bluecherry
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./server/Dockerfile
Expand Down

0 comments on commit 6fbf15b

Please sign in to comment.