Skip to content

Commit

Permalink
Update Build Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech authored Mar 30, 2024
1 parent 828a38e commit eeccde7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
if: github.event_name != 'push'

- name: Access repository contents
uses: actions/checkout@v3
uses: actions/checkout@v4
if: ${{ (github.event_name == 'push') || (steps.check.outputs.needs-updating == 'true') }}
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
Expand Down

0 comments on commit eeccde7

Please sign in to comment.