Skip to content

Commit

Permalink
fix: use image with resolved vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymirecki committed Feb 16, 2024
1 parent a47e68c commit aa6e5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Publish Image
uses: outoforbitdev/action-docker-publish@v3.0.0
id: docker-publish
if: github.base_ref == 'staging'
if: github.base_ref == 'staging' || github.base_ref == 'main'
with:
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-token: ${{ secrets.DOCKER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ outputs:
Note that this would be true even with dry-run=true
runs:
using: "docker"
image: "docker://outoforbitdev/action-semantic-release:build--30c573b"
image: "docker://outoforbitdev/action-semantic-release:build--d365b24"
args:
- ${{ inputs.github-token }}
- ${{ inputs.dry-run == 'true' }}
Expand Down

0 comments on commit aa6e5ba

Please sign in to comment.