Skip to content

Commit

Permalink
Try official docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Jan 4, 2024
1 parent 1485ea4 commit 61904df
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Check out code
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build and Push Image

- name: Build and Push
uses: docker/build-push-action@v4
with:
image: profile
registry: ghcr.io
dockerfile: Dockerfile
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
context: .
push: true
tags: |
${{ steps.commit.outputs.short }}
deployStg:
name: Deploy Staging
Expand Down

0 comments on commit 61904df

Please sign in to comment.