push to dockerhub

This commit is contained in:
Dimitar Manov 2025-06-09 19:29:56 +03:00
parent 3e1f748983
commit cbb4c0a733

View file

@ -19,6 +19,11 @@ jobs:
REPO_NAME: ${{ github.event.repository.name }} REPO_NAME: ${{ github.event.repository.name }}
steps: steps:
- name: Checkout the repo
uses: actions/checkout@v4
with:
ref: master
- name: Autotag - name: Autotag
id: autotag id: autotag
uses: anothrNick/github-tag-action@v1 uses: anothrNick/github-tag-action@v1