Merge pull request #7 from lyuboangelov/feature/add-workflow

Feature/add workflow
This commit is contained in:
Lyuboslav Angelov 2023-11-13 19:39:58 +02:00 committed by GitHub
commit ef98479d68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
push_to_registry: push_to_registry:
# if: ${{ github.event.label.name == 'CI' && github.event.label.description == 'Build' }} if: ${{ github.event.label.name == 'CI' && github.event.label.description == 'Build' }}
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -32,4 +32,4 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: ${{ github.run_number }} tags: "anglyuboslav/go-eth-lab:${{ github.run_number }}"