Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lissy93/devolio
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Feb 18, 2023
2 parents 117bedb + a659ea6 commit 490b6a3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
branches: ['master']
# tags: [v*]
tags: ['v[0-9].[0-9]+.[0-9]+']
paths:
- 'src/**'
- 'statis/**'
Expand Down Expand Up @@ -41,7 +41,6 @@ jobs:
images: |
${{ env.DH_IMAGE }}
ghcr.io/${{ env.GH_IMAGE }}
${{ secrets.ACR_SERVER }}/${{ secrets.ACR_USERNAME }}
tags: |
type=ref,event=tag,prefix=release-,suffix={{tag}}
type=semver,pattern={{raw}},value=${{ steps.package-version.outputs.version }}
Expand Down Expand Up @@ -72,18 +71,11 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

# - name: 🔑 Login to Azure Container Registry
# uses: docker/login-action@v1
# with:
# registry: ${{ secrets.ACR_SERVER }}
# username: ${{ secrets.ACR_USERNAME }}
# password: ${{ secrets.ACR_PASSWORD }}

- name: 🚦 Check Registry Status
uses: crazy-max/ghaction-docker-status@v1

- name: ⚒️ Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down

1 comment on commit 490b6a3

@vercel
Copy link

@vercel vercel bot commented on 490b6a3 Feb 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

devolio – ./

devolio-lissy93.vercel.app
devolio-git-master-lissy93.vercel.app
devolio.vercel.app

Please sign in to comment.