Skip to content

Commit

Permalink
Merge pull request #1438 from buildpacks/fix-docker-release
Browse files Browse the repository at this point in the history
Fix docker & archlinuex release pipelines
Signed-off-by: David Freilich <[email protected]>
  • Loading branch information
dfreilich authored May 8, 2022
2 parents f7c167d + e284673 commit bed572e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delivery-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Setup Working Dir
shell: bash
run: |
rm project.toml || true
cp head/.github/workflows/delivery/docker/project.toml project.toml
rm buildpack.yml
- name: Determine App Name
run: 'echo "IMG_NAME=${{ env.USERNAME }}/${{ env.IMG_NAME }}" >> $GITHUB_ENV'
- name: Login to Dockerhub
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/delivery/archlinux/publish-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ echo '> Cloning aur...'
git clone "ssh://[email protected]/${PACKAGE_NAME}.git" "${PACKAGE_AUR_DIR}"
chown -R archie "${PACKAGE_AUR_DIR}"
pushd "${PACKAGE_AUR_DIR}" > /dev/null
echo '> Declare directory ${PACKAGE_AUR_DIR} as safe'
git config --global --add safe.directory "${PACKAGE_AUR_DIR}"

echo '> Checking out master...'
git checkout master

Expand Down

0 comments on commit bed572e

Please sign in to comment.