The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(devcontainer): install skopeo?

Signed-off-by: Xe Iaso <me@xeiaso.net>

+4
+4
.github/workflows/devcontainer.yml
··· 22 22 with: 23 23 node-version: latest 24 24 25 + - run: | 26 + sudo apt-get update 27 + sudo apt-get -y install skopeo 28 + 25 29 - name: Log into registry 26 30 if: github.event_name != 'pull_request' 27 31 uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0