1
0
mirror of https://github.com/dcarrillo/docker-nginx.git synced 2025-07-01 08:39:25 +00:00

Bump nginx to 1.23.3 and alpine base image to 3.17 (#24)

* Bump nginx to 1.23.3 and alpine base image to 3.17

* [chore] Update github actions
This commit is contained in:
2023-03-16 20:35:42 +01:00
committed by GitHub
parent 5f90de281b
commit be2413625f
4 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: shellcheck
uses: azohra/shell-linter@v0.4.0
@ -31,7 +31,7 @@ jobs:
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Log in to dockerhub
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin