diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 485fe2ba2..09bb346b5 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -13,12 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 # Checking out the repo - - - name: Build and Publish head Docker image - uses: VaultVulp/gp-docker-action@1.1.9 + - name: Build and Push Container to ghcr.io + uses: GlueOps/github-actions-build-push-containers@v0.3.7 with: - github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages - image-name: conductor - image-tag: anac - build-context: ./docker/server \ No newline at end of file + context: ./docker/server + tags: anac +