diff options
| author | Mathieu Deous | 2023-01-05 21:58:12 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-05 21:58:12 +0100 |
| commit | 55b85b9cac07a1c95195e00d038e893112f9c879 (patch) | |
| tree | 38fd4ea05f4f4a2aa9ae7539511f7974e0d569cc /.github | |
| parent | 15e5ed592b05a1ddbc433a8ee2596cd9d23eb464 (diff) | |
Update deprecated funcs and gh actions (#123)
* migrate deprecated functions
* update github actions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b44e0b7..e9d4460 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml | |||
| @@ -21,10 +21,10 @@ jobs: | |||
| 21 | uses: actions/checkout@v3 | 21 | uses: actions/checkout@v3 |
| 22 | 22 | ||
| 23 | - name: Setup docker | 23 | - name: Setup docker |
| 24 | uses: docker/setup-buildx-action@v1 | 24 | uses: docker/setup-buildx-action@v2 |
| 25 | 25 | ||
| 26 | - name: Log into container registry | 26 | - name: Log into container registry |
| 27 | uses: docker/login-action@v1 | 27 | uses: docker/login-action@v2 |
| 28 | with: | 28 | with: |
| 29 | registry: ghcr.io | 29 | registry: ghcr.io |
| 30 | username: ${{ github.repository_owner }} | 30 | username: ${{ github.repository_owner }} |
