Skip to content

Commit

Permalink
change location of defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsysmin committed Feb 2, 2024
1 parent c45cdfa commit 9d11f8c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,19 @@ env:
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}

defaults:
run:
working-directory: ./ubuntu-22.04

jobs:
build:

runs-on: ubuntu-latest
defaults:
run:
working-directory: ./ubuntu-22.04
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 9d11f8c

Please sign in to comment.