Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Copy known good workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nint8835 committed Feb 26, 2024
1 parent 52cab50 commit ffc7a07
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ jobs:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GHCR
uses: docker/login-action@v2
- uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
- name: Build and push
uses: docker/build-push-action@v3
with:
push: true
tags: ghcr.io/nint8835/instatus-cluster-monitor:latest
repository: nint8835/instatus-cluster-monitor
tags: latest

0 comments on commit ffc7a07

Please sign in to comment.