Skip to content

Switch to GH actions and upgrade Go libs #1

Switch to GH actions and upgrade Go libs

Switch to GH actions and upgrade Go libs #1

Workflow file for this run

name: build-and-push
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v5
with:
context: .
push: true
tags: wafflespeanut/ace-away:latest