Skip to content

Commit

Permalink
fix for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-enzlein committed May 27, 2024
1 parent cbcf5e1 commit 22b37cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
password: ${{ secrets.dockeriopwd }}

- name: Cache Docker layers
id: cache-docker-layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
id: cache-docker-layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
# Extract metadata (tags, labels) for Docker
# /~https://github.com/docker/metadata-action
Expand Down

0 comments on commit 22b37cc

Please sign in to comment.