Skip to content

Commit

Permalink
Update unofficial.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealKLH authored Jan 27, 2024
1 parent d649965 commit 0e28f66
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/unofficial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout master
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
with:
ref: master
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3.0.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3.0.0
- name: login to docker hub
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
- name: build the image
Expand All @@ -32,14 +32,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout master
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
with:
ref: master
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3.0.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3.0.0
- name: login to GHCR
uses: docker/login-action@v1
with:
Expand All @@ -50,7 +50,7 @@ jobs:
run: |
git checkout origin/util -- Dockerfile .yarnrc
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5.1.0
with:
# context: .
# file: refs/remotes/origin/util/Dockerfile
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{github.event.action == 'push' }}
steps:
- uses: actions/checkout@v2 # required to clone your code
- uses: actions/checkout@v4.1.1 # required to clone your code
- name: Report Pushing
uses: umahmood/pushover-actions@main
env:
Expand Down

0 comments on commit 0e28f66

Please sign in to comment.