Skip to content

Commit 8ac5cbb

Browse files
authored
Merge pull request #6241 from Countly/dependabot/github_actions/actions-63bd4017e5
Bump docker/build-push-action from 6.16.0 to 6.17.0 in the actions group
2 parents aca2d10 + 66eb86a commit 8ac5cbb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}
5555

5656
- name: Build and push Docker image
57-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
57+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
5858
with:
5959
push: true
6060
file: ./Dockerfile-core

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
3333

3434
- name: Build and push Docker image
35-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
35+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
3636
with:
3737
context: .
3838
push: true
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ secrets.DOCKERHUB_TOKEN }}
6464

6565
- name: Build and push Docker image
66-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
66+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
6767
with:
6868
push: true
6969
file: ./Dockerfile-api
@@ -94,7 +94,7 @@ jobs:
9494
password: ${{ secrets.DOCKERHUB_TOKEN }}
9595

9696
- name: Build and push Docker image
97-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
97+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
9898
with:
9999
push: true
100100
file: ./Dockerfile-frontend
@@ -125,7 +125,7 @@ jobs:
125125
password: ${{ secrets.DOCKERHUB_TOKEN }}
126126

127127
- name: Build and push Docker image
128-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
128+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
129129
with:
130130
push: true
131131
file: ./Dockerfile-core

0 commit comments

Comments
 (0)