Skip to content

Commit

Permalink
Update push-main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Mishra <[email protected]>
  • Loading branch information
Shreyas220 authored Sep 18, 2023
1 parent fef4bcb commit 246f67e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Log in to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_AUTHTOK }}
Expand All @@ -26,4 +26,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: kubearmor/sidekick:latest
tags: kubearmor/sidekick:latest

0 comments on commit 246f67e

Please sign in to comment.