Skip to content

Commit

Permalink
Merge branch 'develop' into feat.sfmc
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSudip authored Aug 20, 2024
2 parents 1c321d3 + 06f5d33 commit 80dfcd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
fetch-depth: 1

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.6.1

- name: Login to DockerHub
uses: docker/[email protected]
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
fetch-depth: 1

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.6.1

- name: Login to DockerHub
uses: docker/[email protected]
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.6.1

- name: Login to DockerHub
uses: docker/[email protected]
Expand Down

0 comments on commit 80dfcd6

Please sign in to comment.