diff --git a/.github/workflows/galaxy-api-adm.yml b/.github/workflows/galaxy-api-adm.yml index 5d14b2a9..db917920 100644 --- a/.github/workflows/galaxy-api-adm.yml +++ b/.github/workflows/galaxy-api-adm.yml @@ -45,10 +45,10 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - #- name: Build and push - # uses: docker/build-push-action@v5 - # with: - # context: ./machines/${{ env.MACHINE }}/${{ env.PROCESS }}.Dockerfile - # push: true - # tags: ${{ steps.meta.outputs.tags }} - # labels: ${{ steps.meta.outputs.labels }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: ./machines/${{ env.MACHINE }}/${{ env.PROCESS }}.Dockerfile + push: true + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }}