Skip to content

Commit

Permalink
chore(workflows): Bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Nov 13, 2024
1 parent 07f62d3 commit 2cc2866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
fetch-depth: 0

- name: Set up Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand All @@ -171,7 +171,7 @@ jobs:
# * Creates a multiplatform-aware image
# * Pulls build cache from the registry
- name: Build and push container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: Containerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tagged_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fetch-depth: 0

- name: Set up Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand All @@ -63,7 +63,7 @@ jobs:
# * Creates a multiplatform-aware image
# * Pulls build cache from the registry and pushes new cache back
- name: Build and push container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: Containerfile
Expand Down

0 comments on commit 2cc2866

Please sign in to comment.