Skip to content

Commit

Permalink
Update stage0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel authored Oct 25, 2023
1 parent 1e64481 commit f8a034e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
OS_DISTRO=oraclelinux
OS_RELEASE=9
push: true
tags: ghcr.io/ipfixprobe/docker_image:ol9
tags: ghcr.io/siskapavel/docker_image:ol9

test_stage:
runs-on: ubuntu-latest
needs: docker-image-ol9
container:
image: ghcr.io/ipfixprobe/docker_image:ol9
image: ghcr.io/siskapavel/docker_image:ol9
steps:
- name: test
run: echo "test"
Expand Down

0 comments on commit f8a034e

Please sign in to comment.