Skip to content

Commit

Permalink
re: use docker image with latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Jan 25, 2024
1 parent b08f594 commit 5bd9ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
generate-resume:
name: Generate Resume
container: cybardev/resumake-env:main
container: cybardev/resumake-env
runs-on: ubuntu-latest
outputs:
changed: ${{ steps.check_updates.outputs.changed }}
Expand Down
2 changes: 1 addition & 1 deletion resumake.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:labs

# use preset environment image
FROM cybardev/resumake-env:main
FROM cybardev/resumake-env

# add git repo and set up directories
ADD --keep-git-dir=true https://github.com/cybardev/resume.git /app
Expand Down

0 comments on commit 5bd9ce1

Please sign in to comment.