We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b827cd0 commit 30d2536Copy full SHA for 30d2536
.github/workflows/docker-push.yml
@@ -21,9 +21,9 @@ jobs:
21
uses: actions/cache@v4
22
with:
23
path: /tmp/.buildx-cache
24
- key: ${{ runner.os }}-buildx-iteration3-${{ github.sha }}
+ key: ${{ runner.os }}-buildx-${{ github.sha }}
25
restore-keys: |
26
- ${{ runner.os }}-buildx-iteration3-
+ ${{ runner.os }}-buildx-
27
-
28
name: Login to Registry
29
uses: docker/login-action@v3
.github/workflows/docker-test.yml
@@ -25,9 +25,9 @@ jobs:
30
31
32
name: Build and push
33
uses: docker/build-push-action@v5
0 commit comments