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.
build-server
1 parent 5d4c54e commit acb1324Copy full SHA for acb1324
.github/workflows/gitops-staging.yaml
@@ -194,10 +194,10 @@ jobs:
194
- name: Pull and Run Image
195
if: ${{ needs.changes.outputs.server == 'true' }}
196
run: |
197
- echo "Pulling image: ${{ steps.build.outputs.image-tag }}"
198
- docker pull ${{ steps.build.outputs.image-tag }}
+ echo "Pulling image: ${{ steps.build-server.outputs.image-tag }}"
+ docker pull ${{ steps.build-server.outputs.image-tag }}
199
echo "Running image..."
200
- docker run --rm ${{ steps.build.outputs.image-tag }} version
+ docker run --rm ${{ steps.build-server.outputs.image-tag }} version
201
202
update-gitops-and-deploy:
203
runs-on: ubicloud-standard-4
0 commit comments