File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 2626 username : ${{ github.actor }}
2727 password : ${{ secrets.GITHUB_TOKEN }}
2828
29- - name : Docker metadata
30- id : meta
31- uses : docker/metadata-action@v5
32- with :
33- images : ghcr.io/${{ github.repository_owner }}/devcontainer
34- tags : |
35- type=sha
36- type=raw,value=latest
37- type=schedule,pattern={{date 'YYYYMMDD'}}
38-
3929 - name : Set up Docker Buildx
4030 uses : docker/setup-buildx-action@v3
4131
4434 with :
4535 context : ./image
4636 push : true
47- tags : ${{ steps.meta.outputs.tags }}
48- labels : ${{ steps.meta.outputs.labels }}
37+ tags : |
38+ ghcr.io/${{ github.repository_owner }}/devcontainer:latest
39+ ghcr.io/${{ github.repository_owner }}/devcontainer:${{ github.sha }}
4940 cache-from : type=gha
5041 cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments