Skip to content

Commit a194983

Browse files
committed
Fix ghcr.io reference
1 parent 49f098d commit a194983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: main
66
jobs:
7-
buildx:
7+
build:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
@@ -13,7 +13,7 @@ jobs:
1313
id: docker_meta
1414
uses: crazy-max/ghaction-docker-meta@v1
1515
with:
16-
images: ${{ github.repository_owner }}/github-action-dashboard
16+
images: ghcr.io/${{ github.repository_owner }}/github-action-dashboard
1717
tag-sha: true
1818
tag-edge: true
1919
tag-latest: true
@@ -44,7 +44,7 @@ jobs:
4444
push: ${{ github.event_name != 'pull_request' }}
4545
platforms: linux/amd64,linux/arm64
4646
tags: ${{ steps.docker_meta.outputs.tags }}
47-
cache-from: type=registry,ref=${{ github.repository_owner }}/github-action-dashboard:edge
47+
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/github-action-dashboard:edge
4848
cache-to: type=inline
4949
- name: Image digest
5050
run: echo ${{ steps.docker_build.outputs.digest }} #this is for logging.

0 commit comments

Comments
 (0)