Skip to content

Commit

Permalink
Switch to tagged version for GitHub Action (#141)
Browse files Browse the repository at this point in the history
A long time ago, probably by accident, the Docker workflow got changed
to use a specific commit instead of a tagged version. This didn't cause
any issues, but creates more noise since the commit changes more
frequently then the tagged version.
  • Loading branch information
jdno authored Oct 30, 2024
1 parent fd1329e commit 51e9c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 51e9c31

Please sign in to comment.