Skip to content

Commit 016e405

Browse files
committed
Resolve PR comments
1 parent 1c34516 commit 016e405

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci_release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,9 @@ jobs:
7878
name: Build and Push Docker image to Docker Hub
7979
runs-on: ubuntu-latest
8080
steps:
81-
- name: Check out the repo
82-
uses: actions/checkout@v3
83-
8481
- uses: SkynetLabs/.github/.github/actions/docker-publish@master
8582
with:
8683
docker_username: ${{ secrets.DOCKER_USERNAME}}
8784
docker_password: ${{ secrets.DOCKER_PASSWORD}}
88-
docker_repository: skynetlabs/malware-scannerq
85+
docker_repository: skynetlabs/malware-scanner
8986
semver_version: ${{ needs.release.outputs.new_version }}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818

1919
# Text Editor
2020
.vscode/
21+

0 commit comments

Comments
 (0)