Skip to content

Bump the github-actions group across 1 directory with 5 updates #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.7

- name: 🏗 Install cosign
if: ${{ github.event_name != 'pull_request' }}
uses: sigstore/cosign-installer@v3.5.0
uses: sigstore/cosign-installer@v3.6.0

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

- name: 🏗 Cache Docker Layers
uses: actions/cache@v4.0.2
Expand All @@ -48,14 +48,14 @@ jobs:

# - name: 🏗 Log into docker hub registry
# if: ${{ github.event_name != 'pull_request' && }}
# uses: docker/login-action@v3.1.0
# uses: docker/login-action@v3.3.0
# with:
# username: ${{env.USER}}
# password: ${{secrets.DOCKER_HUB_TOKEN}}

- name: 🏗 Log into ghcr.io registry
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{env.USER}}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: 🚀 Build and push container image
id: build_and_push
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.7.0
with:
context: ./${{matrix.name}}
file: ./${{matrix.name}}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.7

- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@v1.3.0
Expand Down