Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haq authored Mar 12, 2023
1 parent ea0ca0b commit 7d08347
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ jobs:
runs-on: ubuntu-latest
steps:
-
name: Checkout repository
uses: actions/checkout@v2
name: checkout repository
uses: actions/checkout@v3
-
name: Set up QEMU
name: set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
name: set up docker buildx
uses: docker/setup-buildx-action@v2
-
name: Log in to the Container registry
name: log in to the container registry
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.PACKAGES_ACCESS_TOKEN }}
-
name: Build and push
name: build and push
uses: docker/build-push-action@v3
with:
context: .
Expand Down

0 comments on commit 7d08347

Please sign in to comment.