Skip to content

Commit

Permalink
more fixes for yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjasghar committed Aug 11, 2021
1 parent 1929f44 commit 5b5808c
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,31 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout

- name: Checkout
uses: actions/checkout@v2
-
name: Set up QEMU

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Login to DockerHub

- name: Login to DockerHub
uses: docker/login-action@v1
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

-
name: Get latest tag
- name: Get latest tag
uses: oprypin/find-latest-tag@v1
with:
repository: ibm-avocados/ibmcloud-kubernetes-admin # The repository to scan.
releases-only: true # We know that all relevant tags have a GitHub release for them.
id: tag # The step ID to refer to later.

-
name: build-and-push-kubeadmin
- name: build-and-push-kubeadmin
uses: docker/build-push-action@v2
with:
file: ./docker/Dockerfile.kubeadmin
Expand Down

0 comments on commit 5b5808c

Please sign in to comment.