Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
🎨 Workflow code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HardTy committed May 24, 2022
1 parent f6d3ea1 commit bff7678
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: Build and Push Container

on:
push:
branches: [main]
branches:
- main
pull_request:
branches: [main]
branches:
- main

env:
IMAGE_BASENAME: 'riege/go-netbox-proxy'
IMAGE_BASENAME: "riege/go-netbox-proxy"

jobs:
build:
Expand All @@ -18,7 +20,6 @@ jobs:

- uses: actions/setup-go@v3


# Required for docker/build-push-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -35,7 +36,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ secrets.GHCR_LOGIN_SERVER }}/${{ env.IMAGE_BASENAME }}
sep-tags: ','
sep-tags: ","
flavor: |
latest=false
tags: |
Expand Down

0 comments on commit bff7678

Please sign in to comment.