Skip to content

Commit

Permalink
Merge pull request #31 from mutablelogic/v1
Browse files Browse the repository at this point in the history
Finished dockerfile work
  • Loading branch information
djthorpe authored May 26, 2024
2 parents 1f1ba0a + edfd4c9 commit 1fc4f71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
matrix:
include:
- tag: ${{ needs.var.outputs.tag }}
- tag: latest
- tag: latest # TODO: Skip this if the event calling is not publishing a release
runs-on: ubuntu-latest
steps:
- name: Login
Expand Down
3 changes: 3 additions & 0 deletions etc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ COPY --from=builder /usr/src/app/build/* /usr/local/bin/
COPY etc/entrypoint.sh .
RUN chmod +x entrypoint.sh

# Install the api commands
RUN api install

# Labels
LABEL org.opencontainers.image.source=${SOURCE}

Expand Down

0 comments on commit 1fc4f71

Please sign in to comment.