Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
cache docker layers
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Sep 16, 2023
1 parent 0b4117a commit 917a412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
push: true
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
- id: set-image-tag
run: echo "::set-output name=image-tag::${{ fromJson(steps.docker-meta.outputs.json).tags[0] }}"
deploy:
Expand Down

0 comments on commit 917a412

Please sign in to comment.