Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 54ef2c2

Browse files
authored
Update nginx8.2.yml
1 parent 415ffe4 commit 54ef2c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nginx8.2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Publish Docker Image
22

33
on:
44
push:
5-
branches: [ php82 ]
5+
branches: [ php83 ]
66
env:
77
IMAGE_NAME: nginx
8-
VERSION: v8.2
8+
VERSION: v8.3
99
jobs:
1010
buildImage:
1111
name: Build Docker Image
@@ -28,4 +28,4 @@ jobs:
2828

2929
- uses: actions/checkout@v2
3030
- name: Build Container image
31-
run: docker buildx build --platform linux/amd64,linux/arm64,linux/ppc64le,linux/s390x --build-arg SERVER_ROOT=/var/www/,DISPLAY_PHPERROR=On --tag ghcr.io/deck-app/nginx:v8.2 . --push
31+
run: docker buildx build --platform linux/amd64,linux/arm64,linux/ppc64le,linux/s390x --build-arg SERVER_ROOT=/var/www/,DISPLAY_PHPERROR=On --tag ghcr.io/deck-app/nginx:v8.3 . --push

0 commit comments

Comments
 (0)