We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2344672 commit cbeac26Copy full SHA for cbeac26
.github/workflows/release.yaml
@@ -25,7 +25,6 @@ jobs:
25
dagger call -v publish-images --src=. --tag=$GITHUB_REF_NAME --sha=${GITHUB_SHA::7} --registry-password=env:APOXY_DOCKERHUB_PASSWORD --edge-runtime-tag=38f78c0 --gcr-creds=env:APOXY_INTERNAL_GAR_CREDENTIALS
26
27
publish-github-release:
28
- needs: publish-images
29
runs-on: depot-ubuntu-22.04-16,dagger=0.19.10
30
steps:
31
- uses: actions/checkout@v4
0 commit comments