Skip to content

Commit

Permalink
removed some extraneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SlothCroissant committed Sep 14, 2024
1 parent 1888235 commit 2a36d94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is a basic workflow to help you get started with Actions

name: Docker Build & Push

on:
Expand Down Expand Up @@ -31,9 +29,9 @@ jobs:

- name: Bump version and push tag
id: meta
uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version
uses: anothrNick/github-tag-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 2a36d94

Please sign in to comment.