Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/github.com/sirupsen/…
Browse files Browse the repository at this point in the history
…logrus-1.9.3
  • Loading branch information
shreyas-badiger committed Oct 13, 2023
2 parents dc3d90c + 5875b58 commit 04a6975
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 04a6975

Please sign in to comment.