Skip to content

Commit

Permalink
bump github actions (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
joewatt95 authored Jul 6, 2024
1 parent 839cfdd commit 36b8d1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: 'natural4-server/Docker/nginx/'
push: ${{ github.event_name != 'pull_request' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-sanic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: 'natural4-server/Docker/sanic/'
build-args: |
Expand Down

0 comments on commit 36b8d1a

Please sign in to comment.