Skip to content

Commit

Permalink
Updating github docker flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 14, 2023
1 parent 1888e82 commit 751cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build image and push to Docker Hub and GitHub Container Registry
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
# relative path to the place where source code with Dockerfile is located
context: ./docker/
Expand Down

0 comments on commit 751cf31

Please sign in to comment.