Skip to content

Commit

Permalink
Updated docker setup action version to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jul 22, 2024
1 parent 8d210c4 commit f26e702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
docker-password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Ubuntu Image
id: docker_build_ubuntu
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.ubuntu
Expand Down

0 comments on commit f26e702

Please sign in to comment.