Skip to content

Commit

Permalink
fix: Everything
Browse files Browse the repository at this point in the history
de-borked (with extra bork)
  • Loading branch information
mavi0 authored Oct 8, 2023
1 parent 9b7dec9 commit 1b28fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Version
run: echo "version=$(grep 'version:' web/mix.exs | cut -d '"' -f2)" >> "$GITHUB_OUTPUT"
run: echo "version=$(grep 'version:' mix.exs | cut -d '"' -f2)" >> "$GITHUB_OUTPUT"
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
- name: Setup Docker Buildx
Expand All @@ -76,8 +76,8 @@ jobs:
- name: Build and Push Container
uses: docker/build-push-action@v4
with:
context: web
file: web/Dockerfile
context: .
file: Dockerfile
build-arg: |
APP_VSN=${{ steps.Version.outputs.version }}
push: true
Expand Down

0 comments on commit 1b28fc8

Please sign in to comment.