Skip to content

Commit

Permalink
test-docker-build.yaml workflow: Remove push
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Apr 12, 2021
1 parent 6508e1a commit 4d9c7b7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

# https://github.com/docker/login-action/tree/v1.8.0#github-container-registry
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push to local registry
- name: Build a multiple architecture Docker image
run: >-
chartpress --push --tag 0.0.1-dev
chartpress
--builder docker-buildx
--platform linux/amd64 --platform linux/arm64
--image-prefix ghcr.io/${{ github.repository_owner }}/z2jh-

0 comments on commit 4d9c7b7

Please sign in to comment.