Skip to content

Commit

Permalink
remove name
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 25, 2024
1 parent 74f4ed5 commit e27d5a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
docker-build:
needs: check-secrets
if: needs.check-secrets.outputs.has-secrets == 'true'
name: docker-build
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -54,7 +53,6 @@ jobs:
ephemeral-docker-build:
needs: check-secrets
if: needs.check-secrets.outputs.has-secrets == 'true'
name: docker-build
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
Expand Down

0 comments on commit e27d5a1

Please sign in to comment.