Skip to content

Commit

Permalink
Updates to action
Browse files Browse the repository at this point in the history
  • Loading branch information
thavelock committed Sep 10, 2024
1 parent 0a6027d commit ff81cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
IMAGE_NAME: troysnyk/snyk-juice-shop:linux
IMAGE_NAME: troysnyk/snyk-juice-shop

jobs:
docker:
Expand All @@ -32,6 +32,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.IMAGE_NAME }}
tags: linux

- name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit ff81cef

Please sign in to comment.