Skip to content

Hotflix/fix action create release (#76) #7

Hotflix/fix action create release (#76)

Hotflix/fix action create release (#76) #7

Workflow file for this run

name: Generate Docker Image and Publish
on:
push:
tags: [ 'v*.*.*' ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: laurocorreia/alura-flix-api:latest