Skip to content

Commit

Permalink
Merge pull request #67 from GeekMasher/dependabot/github_actions/prod…
Browse files Browse the repository at this point in the history
…uction-dependencies-b87d07ae01

build(deps): bump the production-dependencies group across 1 directory with 3 updates
  • Loading branch information
GeekMasher authored Aug 5, 2024
2 parents a11335a + c52be49 commit b9da0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
cosign-release: 'v2.1.1'

- name: Setup Docker buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
uses: docker/setup-buildx-action@3d68780484996aa9d417bb9016193885cdf1f299

- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -50,7 +50,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit b9da0f2

Please sign in to comment.