Skip to content

Commit

Permalink
add action 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha committed Dec 11, 2024
1 parent 96df74a commit d2c4cd1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/docker2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
branches:
- 'main'
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string 1:00 weekly,Saturday,1:00 #m h d/m m d/w
- cron: '25 2 * * 6'

jobs:
docker:
Expand All @@ -30,20 +34,20 @@ jobs:
with:
file: ./Dockerfile22
push: true
tags: tamboraorg/crephpdev:check22
tags: credocker/crephpdev:check22

-
name: Test
run: |
docker run tamboraorg/crephpdev:check22 /cre/php-dev-test.sh
docker run credocker/crephpdev:check22 /cre/php-dev-test.sh
-
name: Build and push
id: docker_push
uses: docker/build-push-action@v2
with:
file: ./Dockerfile22
push: true
tags: tamboraorg/crephpdev:2022.0
tags: credocker/crephpdev:2022.0



0 comments on commit d2c4cd1

Please sign in to comment.