Skip to content

Commit

Permalink
fix github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t committed Dec 13, 2023
1 parent cc40964 commit 98f2e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@3
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASS }}

- name: Build and push Docker images
uses: docker/build-push-action@5
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 98f2e6a

Please sign in to comment.