|
|
@@ -43,10 +43,12 @@ jobs:
|
|
|
echo "OC_SHORTHASH=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
|
|
popd
|
|
|
|
|
|
- - name: Login to GHCR
|
|
|
- id: ghcr
|
|
|
- run: |
|
|
|
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
|
|
|
+ - name: Login to GitHub Container Registry
|
|
|
+ uses: docker/login-action@v3
|
|
|
+ with:
|
|
|
+ registry: ghcr.io
|
|
|
+ username: ${{ github.actor }}
|
|
|
+ password: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
- name: Set OpenCost Image Tags
|
|
|
id: tags
|