Update .github/workflows/docker-build-push-dockerhub.yml

This commit is contained in:
2025-05-31 17:37:31 +00:00
parent 4218914507
commit 292fe3e3b7

View File

@@ -48,6 +48,11 @@ jobs:
# uses: actions/checkout@v2
# with:
# ref: ${{ github.event.inputs.version }}
steps:
- name: Base requirements
run: |
# packages
apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible
- name: checkout
uses: actions/checkout@v4