Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohittp0 authored May 3, 2024
1 parent f52e230 commit 32d5ff4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -27,5 +31,5 @@ jobs:
file: Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/nginx-secure:${{ github.sha }}
${{ secrets.DOCKERHUB_USERNAME }}/nginx-secure:latest
nocodb/nginx-secure:${{ github.sha }}
nocodb/nginx-secure:latest

0 comments on commit 32d5ff4

Please sign in to comment.