Skip to content

Commit

Permalink
Spacing only.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Sep 19, 2024
1 parent 863004b commit b148838
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}


jobs:
build:

Expand Down Expand Up @@ -45,7 +44,6 @@ jobs:
type=ref,event=tag
type=pep440,pattern={{major}},event=tag
type=pep440,pattern={{major}}.{{minor}},event=tag
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6
Expand All @@ -56,4 +54,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64

0 comments on commit b148838

Please sign in to comment.