Skip to content

Commit

Permalink
Updated CI: docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanchoyzer committed Jul 21, 2024
1 parent 47036d2 commit 082780b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,13 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
if: ${{ github.ref_name == 'master' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ github.ref_name == 'master' }}
with:
context: .
Expand Down

0 comments on commit 082780b

Please sign in to comment.