Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta50 committed Sep 18, 2024
1 parent 3c3260a commit 196c28f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/hostplumber-multiarch-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- 'master'
- 'v*'
- 'private/**'
paths:
- hostplumber/**

jobs:
buildx:
Expand All @@ -20,6 +18,10 @@ jobs:
PUSH: true
runs-on: ubuntu-latest
steps:
- name: print quay creds
run:
echo ${{ env.USERNAME }} ${{ env.PASSWORD }}

- name: Set env
run:
echo "TAG=$(echo "${{ env.BRANCH }}" | tr -d /)" >> $GITHUB_ENV
Expand Down

0 comments on commit 196c28f

Please sign in to comment.