Skip to content

Commit 03a50fe

Browse files
authored
Merge pull request #59 from laradock/bestlong-patch-1
Update dockerimage.yml
2 parents 7607267 + 595127f commit 03a50fe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/dockerimage.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
schedule:
88
- cron: 0 0 * * 6
99

10-
env:
11-
TAG_PREFIX: $([ ${GITHUB_REF#refs/*/} == "master" ] && echo "latest" || echo ${GITHUB_REF#refs/*/})
12-
1310
jobs:
1411
build:
1512
runs-on: ubuntu-latest
@@ -54,7 +51,3 @@ jobs:
5451
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
5552
push: ${{ (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
5653
tags: ${{ steps.meta.outputs.tags }}
57-
58-
- name: check
59-
run: |
60-
docker image ls

0 commit comments

Comments
 (0)