mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-27 00:05:13 +02:00
Merge pull request #256 from trustgraph-ai/more-docker-updates
Updated docker login and checkout versions
This commit is contained in:
commit
542209423b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -25,10 +25,10 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_SECRET }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue