Skip to content

Commit

Permalink
Fix actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimot24 committed Dec 8, 2024
1 parent 1d6f8ef commit 4fda0ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ttimot24/horizont-cms:${{ github.event.base_ref }}
tags: ttimot24/horizont-cms:latest

0 comments on commit 4fda0ab

Please sign in to comment.