File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 steps :
5959 - uses : actions/checkout@v6
6060 - name : Set up QEMU
61- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # pin@ v3
61+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
6262 - name : Set up Docker Buildx
63- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # pin@ v3
63+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
6464 - name : Cache xdg
6565 if : ${{ inputs.xdg_cache_hash != '' }}
6666 uses : actions/cache@v5
7171 xdg-${{ github.repository }}-${{ github.job }}-${{ inputs.xdg_cache_hash }}
7272 xdg-${{ github.repository }}-${{ github.job }}-
7373 - name : Login to GitHub Container Registry
74- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # pin@ v3
74+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
7575 with :
7676 registry : ghcr.io
7777 username : ${{ github.actor }}
8686 run : docker compose run --rm ${{ inputs.docker-compose-service }} build VERBOSE=all ENVIRONMENT=${{ inputs.environment }} OCI_TAG_SUFFIX_USER="${{ inputs.tags }}"
8787 - name : Autenticate with GCP
8888 if : ${{ inputs.publish }}
89- uses : " google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093" # pin@ v3.0.0
89+ uses : " google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093" # v3.0.0
9090 with :
9191 workload_identity_provider : ${{ inputs.workload_identity_provider }}
9292 service_account : ${{ inputs.service_account }}
You can’t perform that action at this time.
0 commit comments