Skip to content

Commit

Permalink
Build from main.
Browse files Browse the repository at this point in the history
We do not need to checkout a specific SHA as we always will support latest main release and latest tag only.
  • Loading branch information
hsoerensen committed Jan 28, 2024
1 parent e4c0771 commit c4bcaca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Check out the repo
uses: actions/checkout@v4
with:
ref: ${{ steps.get_current_release.outputs.tag_name }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
Expand Down

0 comments on commit c4bcaca

Please sign in to comment.