Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/sigs.k8s.io/controll…
Browse files Browse the repository at this point in the history
…er-runtime-0.12.3
  • Loading branch information
shreyas-badiger authored Oct 13, 2023
2 parents 4e9864d + 5875b58 commit 8c0ee78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
platforms: all

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

-
name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.CR_USERNAME }}
Expand All @@ -52,7 +52,7 @@ jobs:
images: ${{ github.repository_owner }}/instance-manager,ghcr.io/${{ github.repository_owner }}/instance-manager
-
name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 8c0ee78

Please sign in to comment.