This commit is contained in:
Yohan9206 2025-06-12 17:57:39 +03:00
parent 9d940b1be3
commit 3c032331d7

View file

@ -44,6 +44,6 @@ jobs:
- name: Tag and push image
run: |
docker tag geth-custom yohands/my_first_container:latest
docker tag my_first_container yohands/my_first_container:latest
docker push yohands/my_first_container:latest