Skip to content

Commit

Permalink
Tag in cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Aug 22, 2024
1 parent 808beba commit 89b2445
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rollout-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,9 @@ jobs:
- uses: docker/metadata-action@v5
id: metadata
with:
images: ghcr.io/${{ github.repository }}/rollout-dashboard
images: ghcr.io/${{ github.repository }}/cache
tags: |
type=schedule
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=sha,format=long
- uses: docker/login-action@v3
with:
Expand All @@ -104,6 +101,7 @@ jobs:
name: Create rollout-dashboard container
with:
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
cache: true
cache-repository: ghcr.io/${{ github.repository }}/cache
Expand Down

0 comments on commit 89b2445

Please sign in to comment.