diff --git a/.github/workflows/containerize.yml b/.github/workflows/containerize.yml index 92ca99f..11c3e65 100644 --- a/.github/workflows/containerize.yml +++ b/.github/workflows/containerize.yml @@ -3,10 +3,8 @@ name: Build and publish 🐳 images on: push: - workflow_dispatch: - env: GHCR_REGISTRY: ghcr.io DOCKERHUB_REGISTRY: docker.io @@ -14,7 +12,7 @@ env: jobs: build-and-push-image: - name: 🏗️📤 Build and push 🐳 image + name: Build 🐳 image runs-on: ubuntu-latest permissions: contents: read @@ -53,7 +51,6 @@ jobs: type=raw,prefix={{branch}}-,value=latest,priority=200,enable=${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }} type=raw,value={{branch}},priority=500 -# Caching | https://docs.docker.com/build/ci/github-actions/cache/ - name: 🏗️📤 Build and push 🐳 image uses: docker/build-push-action@v2.7.0 with: @@ -61,5 +58,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - # cache-from: type=gha - # cache-to: type=gha,mode=max