File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches : main
6
6
jobs :
7
- buildx :
7
+ build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
13
13
id : docker_meta
14
14
uses : crazy-max/ghaction-docker-meta@v1
15
15
with :
16
- images : ${{ github.repository_owner }}/github-action-dashboard
16
+ images : ghcr.io/ ${{ github.repository_owner }}/github-action-dashboard
17
17
tag-sha : true
18
18
tag-edge : true
19
19
tag-latest : true
44
44
push : ${{ github.event_name != 'pull_request' }}
45
45
platforms : linux/amd64,linux/arm64
46
46
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
48
48
cache-to : type=inline
49
49
- name : Image digest
50
50
run : echo ${{ steps.docker_build.outputs.digest }} # this is for logging.
You can’t perform that action at this time.
0 commit comments