Skip to content

Commit

Permalink
Merge pull request #72 from collinmcneese/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions-deps-5530502448

Bump the actions-deps group with 2 updates
  • Loading branch information
collinmcneese authored Jul 23, 2024
2 parents f5c1365 + daf6f41 commit 1b63ce9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
with:
context: ./docker
push: false
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -138,7 +138,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
with:
context: ./actions-runner
push: false
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -220,7 +220,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
with:
context: ./runner-no-dind
push: false
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
with:
context: ./docker
push: true
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -134,7 +134,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
with:
context: ./actions-runner
push: true
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -211,7 +211,7 @@ jobs:

- name: Build Docker image
id: build-docker
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
with:
context: ./runner-no-dind
push: true
Expand Down

0 comments on commit 1b63ce9

Please sign in to comment.