We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e8aff commit d43e013Copy full SHA for d43e013
.github/workflows/docker-publish.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
docker-image:
11
- if: github.repository == 'SVF-tools/Teaching-Software-Analysis'
+ if: github.repository == 'SVF-tools/Software-Analysis-Studio'
12
runs-on: ubuntu-latest
13
14
steps:
@@ -35,5 +35,5 @@ jobs:
35
push: true
36
platforms: linux/amd64,linux/arm64
37
tags: |
38
- ${{secrets.DOCKER_USER}}/teaching-software-analysis:latest
39
- ${{secrets.DOCKER_USER}}/teaching-software-analysis:latest-arm64
+ ${{secrets.DOCKER_USER}}/software-analysis-studio:latest
+ ${{secrets.DOCKER_USER}}/software-analysis-studio:latest-arm64
0 commit comments