Skip to content

Commit bc3c3fe

Browse files
committed
publish the images on push to this branch (for testing only)
1 parent c0de18a commit bc3c3fe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/publish-slips-images.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'master'
7+
- 'alya/immune/make_dockerfile_compatible_with_rpi'
78
- '!develop'
89

910
jobs:
@@ -59,8 +60,8 @@ jobs:
5960
context: ./
6061
file: ./docker/Dockerfile
6162
tags: |
62-
stratosphereips/slips:latest
63-
stratosphereips/slips:${{ needs.setup.outputs.slips_version }}
63+
stratosphereips/for_testingg_slips:latest
64+
stratosphereips/for_testingg_slips:${{ needs.setup.outputs.slips_version }}
6465
push: true
6566

6667
publish_light_image:
@@ -80,6 +81,6 @@ jobs:
8081
context: ./
8182
file: ./docker/light/Dockerfile
8283
tags: |
83-
stratosphereips/slips_light:latest
84-
stratosphereips/slips_light:${{ needs.setup.outputs.slips_version }}
84+
stratosphereips/for_testingg_slips_light:latest
85+
stratosphereips/for_testingg_slips_light:${{ needs.setup.outputs.slips_version }}
8586
push: true

0 commit comments

Comments
 (0)