Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex-Ai authored Feb 24, 2023
1 parent 19a7053 commit a5631ec
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build dev
name: Build

on:
push:
Expand All @@ -8,15 +8,13 @@ jobs:
dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v1
- uses: docker/login-action@v1
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: true
tags: testuigolos/updater:latest
tags: testuigolos/updater:latest

0 comments on commit a5631ec

Please sign in to comment.