Skip to content

feat(deps): Build with golang v1.21 #4

feat(deps): Build with golang v1.21

feat(deps): Build with golang v1.21 #4

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
paths:
- "**/*.go"
- Dockerfile
jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
- name: Login to Dockerhub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: breed808/gandidyndns:latest