Skip to content

Commit

Permalink
use new builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Oct 20, 2023
1 parent 766dff5 commit a2fcb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup environment variables
run: |-
echo PROJECT_REF=$(cat manifest.yml | yq '."${{ matrix.release }}".sha') >> $GITHUB_ENV
echo BUILDER_IMAGE=quay.io/vexxhost/openstack-builder-${{ matrix.from }}:e656cdbaf37e8336ded0613b7d653e4a5601f81a >> $GITHUB_ENV
echo BUILDER_IMAGE=quay.io/vexxhost/openstack-builder-${{ matrix.from }}:276de8d6044ef8a847a8ca2e2c51faeee06a8498 >> $GITHUB_ENV
echo RUNTIME_IMAGE=quay.io/vexxhost/openstack-runtime-${{ matrix.from }}:501efbc97d293436af82a18076b4369380856532 >> $GITHUB_ENV
- name: Authenticate with Quay.io
uses: docker/login-action@v2
Expand Down

0 comments on commit a2fcb01

Please sign in to comment.