Skip to content

Commit

Permalink
Update release-singleimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IchthysMaranathaCopy authored Mar 7, 2024
1 parent 95b03c2 commit 7e48f53
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release-singleimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
- name: Setup Docker Buildx
Expand All @@ -34,13 +33,6 @@ jobs:
run: yarn lint
- name: Run Yarn Build
run: yarn build:docker:pre
- name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand All @@ -50,13 +42,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
push: true
platforms: linux/amd64,linux/arm64
tags: ichthysmaranatha/pvt,ichthysmaranatha/pvt:Budiv2.5.2.600
file: ./hosting/single/Dockerfile
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit 7e48f53

Please sign in to comment.