File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,17 +33,16 @@ jobs:
3333 if : ${{ inputs.push == true }}
3434 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
3535 with :
36- username : ${{ vars.DOCKERHUB_USERNAME }}
37- password : ${{ secrets.DOCKERHUB_TOKEN }}
36+ registry : ghcr.io
37+ username : ${{ github.actor }}
38+ password : ${{ secrets.GITHUB_TOKEN }}
3839 - name : Extract metadata (tags, labels) for Docker
3940 if : ${{ inputs.push == true }}
4041 id : meta
4142 uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
4243 with :
43- images : totara/docker-dev-${{ inputs.image }}
44- tags : |
45- type=raw,latest
46- type=semver,pattern={{version}}
44+ images : ghcr.io/totara/docker-dev-${{ inputs.image }}
45+ tags : type=raw,latest
4746 - name : Set up QEMU (to support building for both amd64 and arm64)
4847 if : ${{ inputs.multiarch == true }}
4948 uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
Original file line number Diff line number Diff line change 99 - master
1010 paths :
1111 - mssql/**
12- - ./.github/workflows/build-image.yml
12+ - .github/workflows/build-image.yml
13+ - .github/workflows/build-mssql.yml
1314
1415jobs :
1516 build-mssql-images :
Original file line number Diff line number Diff line change 1010 paths :
1111 - php/**
1212 - ' !php/includes/**'
13- - ./.github/workflows/build-image.yml
13+ - .github/workflows/build-image.yml
14+ - .github/workflows/build-php.yml
1415
1516jobs :
1617 build-php-images :
You can’t perform that action at this time.
0 commit comments