Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrreo authored Oct 19, 2024
1 parent 3a2c221 commit 8051390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install docker
run: apt update && apt install podman podman-docker -y
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
Expand Down

0 comments on commit 8051390

Please sign in to comment.