We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ba3b0 commit 791fac1Copy full SHA for 791fac1
.github/workflows/publish.yml
@@ -48,14 +48,6 @@ jobs:
48
id: get_sha
49
run: echo "GIT_SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
50
51
- # - name: Cache Docker layers
52
- # uses: actions/cache@v3
53
- # with:
54
- # path: /tmp/.buildx-cache
55
- # key: ${{ runner.os }}-docker-${{ github.sha }}
56
- # restore-keys: |
57
- # ${{ runner.os }}-docker-
58
-
59
- name: Build and push Docker image to GitHub Container Registry
60
id: build-and-push-gcr
61
uses: docker/[email protected]
0 commit comments