Skip to content

DSO-1834: Upgrade LEP image (#19) #13

DSO-1834: Upgrade LEP image (#19)

DSO-1834: Upgrade LEP image (#19) #13

Workflow file for this run

name: push
on:
workflow_dispatch:
push:
tags:
- 20[2-9][0-9][0-1][0-9][0-3][0-9]-[0-9][0-9]
jobs:
push_to_docker_hub:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -leo pipefail {0}
strategy:
matrix:
php_versions:
- '7.4'
- '8.0'
- '8.1'
steps:
- name: Check out current project revision
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.docker_username }}
password: ${{ secrets.docker_password }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build dockerfile and push to DockerHub!
uses: docker/build-push-action@v5
with:
no-cache: true
push: true
build-args: |
PHP_VERSION=${{ matrix.php_versions }}
tags: |
solucionesgbh/lep:${{ matrix.php_versions }}
solucionesgbh/lep:${{ matrix.php_versions }}