Skip to content

Commit

Permalink
Check pushrm installation in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Oct 12, 2023
1 parent 67ee03a commit 66c46d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
sudo wget https://github.com/christian-korneck/docker-pushrm/releases/download/v1.9.0/docker-pushrm_linux_amd64 -O /usr/libexec/docker/cli-plugins/docker-pushrm
sudo chmod +x /usr/libexec/docker/cli-plugins/docker-pushrm
docker pushrm --help
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 66c46d8

Please sign in to comment.