diff --git a/.github/workflows/pipeline-release.yml b/.github/workflows/pipeline-release.yml index 9921df3..fc07560 100644 --- a/.github/workflows/pipeline-release.yml +++ b/.github/workflows/pipeline-release.yml @@ -85,7 +85,7 @@ jobs: with: reponame: 'h2invent/jitsi-admin-matrix-bot' dockerfile_path: './Dockerfile' - directory: 'artifact/' + directory: '.' version: h2invent/jitsi-admin-matrix-bot:latest,h2invent/jitsi-admin-matrix-bot:${{ needs.create_release.outputs.create_release_output }} secrets: dockerhub_password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/task-upload-docker-hub.yml b/.github/workflows/task-upload-docker-hub.yml index 6e70e87..dbd4d05 100644 --- a/.github/workflows/task-upload-docker-hub.yml +++ b/.github/workflows/task-upload-docker-hub.yml @@ -50,6 +50,13 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 + - name: Write semantic Version in config file + uses: jacobtomlinson/gha-find-replace@v3 + with: + find: "" + replace: "${{ inputs.version }}" + regex: false + - name: Log in to Docker Hub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a with: