Skip to content

Commit

Permalink
Merge pull request #143 from KenMwaura1/dependabot/github_actions/sig…
Browse files Browse the repository at this point in the history
…store/cosign-installer-3.6.0

Bump sigstore/cosign-installer from 3.5.0 to 3.6.0
  • Loading branch information
KenMwaura1 authored Aug 9, 2024
2 parents 5c164fa + 196db0c commit 7dfa68f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker-compose build --no-cache --force-rm
run: docker compose build --no-cache --force-rm
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test the Docker image
run: docker-compose up -d
run: docker compose up -d
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v3.5.0
uses: sigstore/cosign-installer@v3.6.0
with:
cosign-release: 'v2.1.1'

Expand Down

0 comments on commit 7dfa68f

Please sign in to comment.