Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from Qiskit/dependencies-update
Browse files Browse the repository at this point in the history
Updated workflow dependencies
  • Loading branch information
abdonrd committed Jan 7, 2022
2 parents 99d9400 + af6c118 commit ba16c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-engine-preview.yml
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: GH deployment status (start)
id: gh_deployment
uses: bobheadxi/deployments@v0.4.3
uses: bobheadxi/deployments@v0.6.2
with:
step: start
token: ${{ github.token }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Build and push to IBM registry
id: build_push_to_cr
uses: docker/build-push-action@v2.6.1
uses: docker/build-push-action@v2
with:
push: true
tags: ${{ env.DOCKER_IMAGE_TAG }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: GH deployment status (finish)
id: gh_deplyment_finish
uses: bobheadxi/deployments@v0.4.3
uses: bobheadxi/deployments@v0.6.2
if: always()
with:
step: finish
Expand Down

0 comments on commit ba16c08

Please sign in to comment.