diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-27 12:26:10 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-27 18:51:16 +0300 |
| commit | e04283c1fb3e56867c7922bab5f3d7edb29fe13c (patch) | |
| tree | 938360a74623d1ee750ac03f5efbdd3acd51ae1e /.github | |
| parent | 9fba92d879767394535f70ba83f0a58d6b063a7d (diff) | |
remove multi protocol script
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 1115de37..a7a8c790 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.0.0 - - name: Log in to GitHub Container Registry + - name: Login to GHCR uses: docker/login-action@v3.0.0 with: registry: ghcr.io @@ -38,4 +38,4 @@ jobs: push: ${{ github.event_name != 'pull_request' }} platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/386 tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} + labels: ${{ steps.meta.outputs.labels }}
\ No newline at end of file |
