Skip to content

Commit

Permalink
Fix the actions versions in build_push_image
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Jul 2, 2024
1 parent a1cc446 commit f84faae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }} # Using token is recommended

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: dockerize/docker/Dockerfile
Expand Down

0 comments on commit f84faae

Please sign in to comment.