Skip to content

Commit

Permalink
Update: daily-image-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Nov 6, 2023
1 parent 6f46772 commit 0ef7448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to Docker
- name: Push Image
uses: docker/build-push-action@v5
with:
context: .
file: .github/swoole.dockerfile
context: .github
file: swoole.dockerfile
build-args: |
SWOOLE_DOCKER_VERSION=${{ matrix.image.version }}
platforms: linux/amd64
Expand Down

0 comments on commit 0ef7448

Please sign in to comment.