Skip to content

Commit

Permalink
throwing turds
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteinkamp committed Mar 26, 2024
1 parent bd17953 commit a7e91a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
packages: write
#
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# Need to check out repo
- name: Checkout
uses: actions/checkout@v4

# Generate the default config (port 3333, admin=true)
- run: bin/gen-config

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

# Uses the `docker/login-action` action to log in to the Container
# registry registry using the account and password that will publish the
# packages. Once published, the packages are scoped to the account
Expand Down

0 comments on commit a7e91a1

Please sign in to comment.