Skip to content

Commit

Permalink
Use imagetools to build latest (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia authored Aug 23, 2024
1 parent 8cf777f commit d9ab9b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
docker buildx imagetools create \
--tag consensys/linea-besu-package:latest \
consensys/linea-besu-package:${{ steps.get_version.outputs.VERSION }}

0 comments on commit d9ab9b5

Please sign in to comment.