revert #3871 dockerfile template: don't write to .bashrc file (#4095)

This commit is contained in:
tobitege
2024-09-27 23:49:51 +02:00
committed by GitHub
parent c5025fb66e
commit 9651368e6a
2 changed files with 7 additions and 14 deletions

View File

@@ -56,7 +56,9 @@ jobs:
docker-images: false
swap-storage: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v3.0.0
with:
image: tonistiigi/binfmt:latest
- name: Login to GHCR
uses: docker/login-action@v3
with:
@@ -118,7 +120,9 @@ jobs:
docker-images: false
swap-storage: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v3.0.0
with:
image: tonistiigi/binfmt:latest
- name: Login to GHCR
uses: docker/login-action@v3
with: