Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikKolas committed Sep 27, 2023
1 parent bb5b024 commit 98b7b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
REGISTRY_IMAGE: ${{ github.repository }}

jobs:
build-and-push-image:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: ${{ matrix.platforms }}
platforms: ${{ matrix.architecture }}

0 comments on commit 98b7b08

Please sign in to comment.