Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
Update GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech committed Mar 30, 2024
1 parent 55e15fe commit 6bf8310
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 @@ -19,7 +19,7 @@ jobs:
# Init and check

- name: Access to repository contents
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check for new baseimage
id: check
Expand All @@ -38,7 +38,7 @@ jobs:
# Push latest tag

- 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 6bf8310

Please sign in to comment.