Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 authored Mar 29, 2021
1 parent 70d0116 commit d592ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}

- name: Build and publish docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v1.1.1
with:
repository: FAForever/faf-aio-replayserver
repository: faforever/faf-aio-replayserver
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
build_args: GITHUB_REF=${{ steps.vars.outputs.tag }}
Expand Down

0 comments on commit d592ed1

Please sign in to comment.