Skip to content

Commit

Permalink
Add debug ls
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Nov 17, 2023
1 parent 59487c1 commit 44cd956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-update-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install regclient
- name: Install regctl
run: |
wget -O ./regctl https://github.com/regclient/regclient/releases/download/v0.5.4/regctl-linux-amd64
chmod +x ./regctl
- name: Link supplied tag to stable on docker.io
run: |
ls -a
regctl image copy dolfinx/dolfinx:${{ inputs.tag }} dolfinx/dolfinx:stable
regctl image copy dolfinx/lab:${{ inputs.tag }} dolfinx/lab:stable
regctl image copy dolfinx/dev-env:${{ inputs.tag }} dolfinx/dev-env:stable
Expand Down

0 comments on commit 44cd956

Please sign in to comment.