Skip to content

Commit

Permalink
Reformatted GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
horgeon committed Dec 3, 2024
1 parent c3d85ab commit e9529e7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
${{ steps.set-outputs.outputs.image }}
flavor: latest=auto
tags: |
type=schedule,pattern=nightly
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch,enable=${{ github.ref != 'refs/heads/master' }}
type=ref,event=pr
type=edge,enable=true
type=sha,enable=true,prefix={{branch}}-,format=short
type=schedule,pattern=nightly
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch,enable=${{ github.ref != 'refs/heads/master' }}
type=ref,event=pr
type=edge,enable=true
type=sha,enable=true,prefix={{branch}}-,format=short
outputs:
image: ${{ steps.set-outputs.outputs.image }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
Expand Down

0 comments on commit e9529e7

Please sign in to comment.