Skip to content

Commit

Permalink
ci: adjust format
Browse files Browse the repository at this point in the history
  • Loading branch information
StableAgOH authored May 25, 2022
1 parent 2a71452 commit 744d86e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,21 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Checkout
uses: actions/checkout@v3
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2

- name: Log into Docker Hub
uses: docker/login-action@v2
with:
username: stagoh
password: ${{ secrets.DOCKER_TOKEN }}

- name: Log into GitHub Package
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
Expand All @@ -35,7 +32,6 @@ jobs:
type=ref,event=branch
type=semver,pattern={{version}}
images: stagoh/lscontests,ghcr.io/${{ github.repository_owner }}/lscontests

- name: Build and push Docker image
id: build
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 744d86e

Please sign in to comment.