Skip to content

Commit

Permalink
Fix Update latest when release (#58)
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 22, 2024
1 parent f3ff541 commit f766170
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@ jobs:
exit 1
fi
- name: Tag Docker Image as latest
if: github.event_name == 'release'
run: |
docker tag consensys/linea-besu-package:${{ steps.get_version.outputs.VERSION }} consensys/linea-besu-package:latest
- name: Push latest Docker Image
if: github.event_name == 'release'
run: |
docker push consensys/linea-besu-package:latest
- name: Update Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit f766170

Please sign in to comment.