Skip to content

Commit d43e013

Browse files
authored
Update docker-publish.yml
1 parent 12e8aff commit d43e013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
docker-image:
11-
if: github.repository == 'SVF-tools/Teaching-Software-Analysis'
11+
if: github.repository == 'SVF-tools/Software-Analysis-Studio'
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -35,5 +35,5 @@ jobs:
3535
push: true
3636
platforms: linux/amd64,linux/arm64
3737
tags: |
38-
${{secrets.DOCKER_USER}}/teaching-software-analysis:latest
39-
${{secrets.DOCKER_USER}}/teaching-software-analysis:latest-arm64
38+
${{secrets.DOCKER_USER}}/software-analysis-studio:latest
39+
${{secrets.DOCKER_USER}}/software-analysis-studio:latest-arm64

0 commit comments

Comments
 (0)