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 23, 2023
1 parent 6512b4a commit a60c44c
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 }}:656cf9c3011618bebf822f996dfa54461b4088e9 >> $GITHUB_ENV
echo BUILDER_IMAGE=quay.io/vexxhost/openstack-builder-${{ matrix.from }}:b30eefa3016d4d18ad81a25526617859576fe172 >> $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 a60c44c

Please sign in to comment.