Skip to content

Commit

Permalink
Update latest when release (#56)
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 f153739 commit 7e0921e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ 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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion=0.0.4-SNAPSHOT
releaseVersion=0.0.2-SNAPSHOT
distributionIdentifier=linea-besu-package
dockerOrgName=consensys
dockerArtifactName=linea-besu-package

0 comments on commit 7e0921e

Please sign in to comment.