Skip to content

Commit

Permalink
Merge branch 'master' into nginx/1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Sep 15, 2023
2 parents fdf411d + ec43889 commit 41442cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# https://github.com/FiloSottile/mkcert#installation
- name: Install and setup mkcert
Expand All @@ -34,7 +34,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build the Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
tags: macbre/nginx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: "ubuntu-20.04"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# https://github.com/marketplace/actions/push-to-ghcr
- name: Build and publish a Docker image for macbre/nginx-http3
Expand Down

0 comments on commit 41442cb

Please sign in to comment.