Skip to content

Commit

Permalink
chore: rename image
Browse files Browse the repository at this point in the history
  • Loading branch information
rise-erpelding committed Sep 22, 2023
1 parent f8a4de3 commit 1be085d
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ jobs:
- name: Build theme
run: npm run build:prod

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

# - name: Build and export
# uses: docker/build-push-action@v5
# with:
# context: .
# tags: myimage:latest
# outputs: type=docker, dest=/tmp/myimage.tar

- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1
with:
Expand All @@ -56,11 +46,5 @@ jobs:

- name: 'Build Inventory Image'
run: |
docker build . --tag ghcr.io/sparkbox/store:latest
docker push ghcr.io/sparkbox/store:latest
# - name: Upload artifact
# uses: actions/upload-artifact@v3
# with:
# name: myimage
# path: /tmp/myimage.tar
docker build . --tag ghcr.io/sparkbox/sparkpress-wordpress-starter/sparkpress:latest
docker push ghcr.io/sparkbox/sparkpress-wordpress-starter/sparkpress:latest

0 comments on commit 1be085d

Please sign in to comment.