Skip to content

Commit 2dd3f61

Browse files
committed
Updates to GitHub Actions versions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 1d211f9 commit 2dd3f61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
3232

3333
- name: Build ${{ matrix.svc }}
34-
uses: docker/build-push-action@v5
34+
uses: docker/build-push-action@v6
3535
with:
3636
context: ./gateway
3737
file: ./gateway/Dockerfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
4848

4949
- name: Publish ${{ matrix.svc }}
50-
uses: docker/build-push-action@v5
50+
uses: docker/build-push-action@v6
5151
with:
5252
context: ./gateway
5353
file: ./gateway/Dockerfile

0 commit comments

Comments
 (0)