diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index c411b50..8533626 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -36,7 +36,7 @@ jobs: - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v5 + uses: docker/metadata-action@v5 with: images: ${{ github.repository_owner }}/iam-manager - @@ -47,4 +47,4 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm/v7,linux/arm64 push: true - tags: ${{ steps.docker_meta.outputs.tags }} \ No newline at end of file + tags: ${{ steps.docker_meta.outputs.tags }}