Skip to content

Commit

Permalink
format push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Mar 29, 2023
1 parent 7cbc948 commit 5b926f0
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,21 @@ jobs:
fail-fast: false
matrix:
image:
- cypress-16-docker-compose
- node-12-eas
- node-14-eas
- node-16-curl-tidy
- cypress-16-docker-compose
- node-12-eas
- node-14-eas
- node-16-curl-tidy

steps:
-
name: Set up Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Login to 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 ${{ matrix.image }}
- name: Build and push ${{ matrix.image }}
uses: docker/build-push-action@v2
with:
context: "{{defaultContext}}:${{ matrix.image }}"
Expand Down

0 comments on commit 5b926f0

Please sign in to comment.