diff --git a/.github/workflows/synx.yml b/.github/workflows/synx.yml index 25b0c40..65aa714 100644 --- a/.github/workflows/synx.yml +++ b/.github/workflows/synx.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build a Docker image - run: docker build -t your/image-to-test . + run: docker build -t gameservermanagers/docker-steamcmd . - name: Run Snyk to check Docker image for vulnerabilities # Snyk can be used to break the build when it detects vulnerabilities. # In this case we want to upload the issues to GitHub Code Scanning