Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cj-arvydas-rumsa authored Feb 26, 2024
1 parent 90ccde3 commit a9965da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,30 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
with:
node-version: '20.x'
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
node-version: '20.x'
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
node-version: '20.x'
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
node-version: '20.x'
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
node-version: '20.x'
context: .
push: true
tags: arvydasr/images:app-${{ github.run_number }}
Expand Down

0 comments on commit a9965da

Please sign in to comment.