Skip to content

Commit

Permalink
re installed image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Mar 22, 2024
1 parent 95b6a45 commit f6fe12c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/cmd-action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous testing
name: Command

on:
pull_request:
Expand All @@ -20,15 +20,15 @@ jobs:
continue-on-error: true
# We set the current machine here (to differ between ours and generic ones)
runs-on: ubuntu-latest
# container:
# image: paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109
# env:
# NODE_ENV: development
# ports:
# - 80
# volumes:
# - my_docker_volume:/volume_mount
# options: --cpus 1
container:
image: paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109
env:
NODE_ENV: development
ports:
- 80
volumes:
- my_docker_volume:/volume_mount
options: --cpus 1
steps:
- name: Download repo
uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit f6fe12c

Please sign in to comment.