diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docker-image.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3f83351..212a647 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml | |||
| @@ -13,10 +13,10 @@ jobs: | |||
| 13 | runs-on: ubuntu-latest | 13 | runs-on: ubuntu-latest |
| 14 | steps: | 14 | steps: |
| 15 | - name: Checkout | 15 | - name: Checkout |
| 16 | uses: actions/checkout@v2 | 16 | uses: actions/checkout@v4 |
| 17 | - name: Docker meta | 17 | - name: Docker meta |
| 18 | id: meta | 18 | id: meta |
| 19 | uses: docker/metadata-action@v4 | 19 | uses: docker/metadata-action@v5 |
| 20 | with: | 20 | with: |
| 21 | images: ghcr.io/tomvanderlee/ttun-server | 21 | images: ghcr.io/tomvanderlee/ttun-server |
| 22 | tags: | | 22 | tags: | |
