Skip to content

Commit 83fcd63

Browse files
authored
v5.0.3 (#105)
Minor updates * Using latest base image Build updates * Updating workflow versions
1 parent a27bcdc commit 83fcd63

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ jobs:
3131
id: version
3232
-
3333
name: Set up QEMU
34-
uses: docker/setup-qemu-action@v1
34+
uses: docker/setup-qemu-action@v2
3535
-
3636
name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v1
37+
uses: docker/setup-buildx-action@v2
3838
-
3939
name: Login to DockerHub
40-
uses: docker/login-action@v1
40+
uses: docker/login-action@v2
4141
with:
4242
username: ${{ secrets.DOCKERHUB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}
4444
-
4545
name: Login to GitHub Container Registry
46-
uses: docker/login-action@v1
46+
uses: docker/login-action@v2
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.repository_owner }}
5050
password: ${{ secrets.GITHUB_TOKEN }}
5151
-
5252
name: Build and push
5353
id: docker_build
54-
uses: docker/build-push-action@v2
54+
uses: docker/build-push-action@v3
5555
with:
5656
build-args: |
5757
BF_IMAGE=${{ env.REPOSITORY_NAME }}

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,27 @@ jobs:
3636
id: version
3737
-
3838
name: Set up QEMU
39-
uses: docker/setup-qemu-action@v1
39+
uses: docker/setup-qemu-action@v2
4040
-
4141
name: Set up Docker Buildx
42-
uses: docker/setup-buildx-action@v1
42+
uses: docker/setup-buildx-action@v2
4343
-
4444
name: Login to DockerHub
45-
uses: docker/login-action@v1
45+
uses: docker/login-action@v2
4646
with:
4747
username: ${{ secrets.DOCKERHUB_USERNAME }}
4848
password: ${{ secrets.DOCKERHUB_TOKEN }}
4949
-
5050
name: Login to GitHub Container Registry
51-
uses: docker/login-action@v1
51+
uses: docker/login-action@v2
5252
with:
5353
registry: ghcr.io
5454
username: ${{ github.repository_owner }}
5555
password: ${{ secrets.GITHUB_TOKEN }}
5656
-
5757
name: Build and push
5858
id: docker_build
59-
uses: docker/build-push-action@v2
59+
uses: docker/build-push-action@v3
6060
with:
6161
build-args: |
6262
BF_IMAGE=${{ env.REPOSITORY_NAME }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/nginx:nginx1.22-4.0.2
1+
FROM bfren/nginx:nginx1.22-4.0.3
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-proxy"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.2
1+
5.0.3

0 commit comments

Comments
 (0)