You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Move build cache and remove outdated layers
47
+
run: |
48
+
rm -rf tmp/build-cache
49
+
mv tmp/build-cache-new tmp/build-cache
50
+
- uses: docker/login-action@v2
51
+
with:
52
+
registry: ghcr.io
53
+
username: ${{github.actor}}
54
+
password: ${{secrets.GITHUB_TOKEN}}
55
+
- run: |
56
+
docker images
57
+
docker tag rake-compiler/rake-compiler-dock-mri-${{matrix.platform}}:${{steps.rcd_image_version.outputs.rcd_image_version}} ghcr.io/rake-compiler/rake-compiler-dock-snapshot:mri-${{matrix.platform}}
0 commit comments