Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9 from doerfli/github-slug-action-fix
Browse files Browse the repository at this point in the history
change slug action version
  • Loading branch information
doerfli authored Apr 26, 2020
2 parents eb26b89 + ed7da5e commit af81598
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 @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: docker login docker.pkg.github.com --username ${{ secrets.DOCKER_USERNAME }} --password ${{ secrets.DOCKER_PASSWORD }}
- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@v2.x
- run: docker build -t docker.pkg.github.com/doerfli/rss-mock-server/rss-mock-server:${{ env.GITHUB_REF_SLUG }} .
- run: docker push docker.pkg.github.com/doerfli/rss-mock-server/rss-mock-server:${{ env.GITHUB_REF_SLUG }}

0 comments on commit af81598

Please sign in to comment.