diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0e01a93..266291e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -90,5 +90,6 @@ jobs: if: github.event_name == 'release' run: | docker pull consensys/linea-besu-package:${{ steps.get_version.outputs.VERSION }} - docker tag consensys/linea-besu-package:${{ steps.get_version.outputs.VERSION }} consensys/linea-besu-package:latest - docker push consensys/linea-besu-package:latest \ No newline at end of file + docker buildx imagetools create \ + --tag consensys/linea-besu-package:latest \ + consensys/linea-besu-package:${{ steps.get_version.outputs.VERSION }} \ No newline at end of file