Skip to content

Commit

Permalink
Clean up actions (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gchbg authored Mar 13, 2024
1 parent 397f659 commit fde77b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
packages: write

jobs:
publish_docker:
publish-docker:
name: Build and publish Docker image
runs-on: ubuntu-latest
steps:
Expand All @@ -43,7 +43,7 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:latest
platforms: ${{env.platforms}}
platforms: ${{ env.platforms }}
- name: Set up Docker Buildx context
run: |
docker context create builders
Expand All @@ -64,7 +64,7 @@ jobs:
timeout-minutes: 60
with:
context: .
platforms: ${{env.platforms}}
platforms: ${{ env.platforms }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true

0 comments on commit fde77b7

Please sign in to comment.