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

Commit

Permalink
Update and rename nginx8.2.yml to nginx8.3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabad600 authored Jun 2, 2024
1 parent a7b6cc5 commit e2bb8f3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Publish Docker Image

on:
push:
branches: [ php82 ]
branches: [ php83 ]
env:
IMAGE_NAME: apache
VERSION: v8.2
VERSION: v8.3
jobs:
buildImage:
name: Build Docker Image
Expand All @@ -28,4 +28,4 @@ jobs:

- uses: actions/checkout@v2
- name: Build Container image
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/apache:v8.2 . --push
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/apache:v8.3 . --push

0 comments on commit e2bb8f3

Please sign in to comment.