Skip to content

Commit

Permalink
Build only 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Jan 29, 2025
1 parent 337a433 commit f678974
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,39 +22,13 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build And Push 8.2-alpine
uses: docker/build-push-action@v6
with:
context: .
file: ./images/8.2/Dockerfile-alpine
push: true
tags: umutphp/php-docker-images-for-ci:8.2-alpine
- name: Build And Push 8.3-alpine
uses: docker/build-push-action@v6
with:
context: .
file: ./images/8.3/Dockerfile-alpine
push: true
tags: umutphp/php-docker-images-for-ci:8.3-alpine
- name: Build And Push 8.4-alpine
uses: docker/build-push-action@v6
with:
context: .
file: ./images/8.4/Dockerfile-alpine
push: true
tags: umutphp/php-docker-images-for-ci:8.4-alpine,umutphp/php-docker-images-for-ci:latest-alpine
- name: Build And Push 8.2
uses: docker/build-push-action@v6
with:
context: ./images/8.2/
push: true
tags: umutphp/php-docker-images-for-ci:8.2
- name: Build And Push 8.3
uses: docker/build-push-action@v6
with:
context: ./images/8.3/
push: true
tags: umutphp/php-docker-images-for-ci:8.3
- name: Build And Push 8.4
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit f678974

Please sign in to comment.