We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5225037 commit 353f96dCopy full SHA for 353f96d
.github/workflows/docker-image-release.yml
@@ -36,8 +36,6 @@ jobs:
36
runs-on: ubuntu-latest
37
environment: release
38
steps:
39
- - uses: actions/checkout@v4
40
-
41
- name: Set IMAGE_TAG
42
run: echo "IMAGE_TAG=$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV
43
@@ -82,8 +80,6 @@ jobs:
82
80
- name: Authenticate to GCR
83
81
run: |
84
gcloud auth --project=${GCP_PROJECT} configure-docker ${GCP_REGION}-docker.pkg.dev
85
- docker build . --file Dockerfile --tag ${{ env.GCP_REGION }}-docker.pkg.dev/defang-io/public/railpack-builder:${{ env.IMAGE_TAG }}
86
- docker push ${{ env.GCP_REGION }}-docker.pkg.dev/defang-io/public/railpack-builder:${{ env.IMAGE_TAG }}
87
88
- name: Build and push multi-arch Docker image
89
uses: docker/build-push-action@v6
0 commit comments